mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
empty default if there are no boxsets in the server
This commit is contained in:
parent
ce21b37501
commit
d10ca845f4
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ class FullSync(object):
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
if library_id.startswith('Boxsets:'):
|
if library_id.startswith('Boxsets:'):
|
||||||
|
boxset_library = {}
|
||||||
|
|
||||||
libraries = self.get_libraries(library_id.split('Boxsets:')[1] if len(library_id) > len('Boxsets:') else None)
|
libraries = self.get_libraries(library_id.split('Boxsets:')[1] if len(library_id) > len('Boxsets:') else None)
|
||||||
for entry in libraries:
|
for entry in libraries:
|
||||||
|
|
Loading…
Reference in a new issue