mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 13:46:14 +00:00
Fix views
Alright get rid of the duplicate in the add-on entrypoint
This commit is contained in:
parent
663fe1f563
commit
2f3d9c4a60
2 changed files with 6 additions and 1 deletions
|
@ -402,7 +402,7 @@ class LibrarySync(threading.Thread):
|
|||
# This is only reserved for the detection of grouped views
|
||||
if (grouped_view['Type'] == "UserView" and
|
||||
grouped_view.get('CollectionType') == mediatype and
|
||||
grouped_view['Id'] not in grouped_view.get('Path', "")):
|
||||
grouped_view['Id'] in grouped_view.get('Path', "")):
|
||||
# Take the name of the userview
|
||||
foldername = grouped_view['Name']
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue