diff --git a/jellyfin_kodi/entrypoint/default.py b/jellyfin_kodi/entrypoint/default.py index 7ec896ca..8a97c887 100644 --- a/jellyfin_kodi/entrypoint/default.py +++ b/jellyfin_kodi/entrypoint/default.py @@ -815,7 +815,6 @@ def get_themes(api_client): items = {} server = api_client.config.data['auth.server'] - token = api_client.config.data['auth.token'] for view in views: result = api_client.get_items_theme_video(view) diff --git a/jellyfin_kodi/objects/actions.py b/jellyfin_kodi/objects/actions.py index 108c5c81..c816af0c 100644 --- a/jellyfin_kodi/objects/actions.py +++ b/jellyfin_kodi/objects/actions.py @@ -13,7 +13,6 @@ import database from helper import translate, playutils, api, window, settings, dialog from dialogs import resume from helper import LazyLogger -from jellyfin import Jellyfin from .obj import Objects