mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo
Accidentally pasted over line
This commit is contained in:
parent
897780f059
commit
4895082079
1 changed files with 1 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue