diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index b40d5507..4b885ca9 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -383,6 +383,7 @@ class LibrarySync(threading.Thread): grouped_views = result['Items'] ordered_views = emby.getViews(sortedlist=True) all_views = [] + sorted_views = [] for view in ordered_views: all_views.append(view['name']) if view['type'] == "music":