Fix TypeError on Kodi start
This commit is contained in:
parent
8d8b631889
commit
448714e6a2
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ def browse_plex(key=None, plex_type=None, section_id=None, synched=True,
|
|||
except AttributeError:
|
||||
LOG.error('Could not browse to key %s, section %s',
|
||||
key, section_id)
|
||||
return
|
||||
show_listing(xml, plex_type, section_id, synched, key)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue