Merge pull request #790 from croneter/fix-startup
Fix TypeError on Kodi start
This commit is contained in:
commit
c072f0f439
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:
|
except AttributeError:
|
||||||
LOG.error('Could not browse to key %s, section %s',
|
LOG.error('Could not browse to key %s, section %s',
|
||||||
key, section_id)
|
key, section_id)
|
||||||
|
return
|
||||||
show_listing(xml, plex_type, section_id, synched, key)
|
show_listing(xml, plex_type, section_id, synched, key)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue