From d10ca845f490d58e4c8c79e2da354e2cc6b67b3f Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 3 Aug 2020 15:07:26 -0400 Subject: [PATCH] empty default if there are no boxsets in the server --- jellyfin_kodi/full_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jellyfin_kodi/full_sync.py b/jellyfin_kodi/full_sync.py index fe61044d..cebbd565 100644 --- a/jellyfin_kodi/full_sync.py +++ b/jellyfin_kodi/full_sync.py @@ -213,6 +213,7 @@ class FullSync(object): } try: if library_id.startswith('Boxsets:'): + boxset_library = {} libraries = self.get_libraries(library_id.split('Boxsets:')[1] if len(library_id) > len('Boxsets:') else None) for entry in libraries: