Fix TypeError on Kodi start

This commit is contained in:
croneter 2019-03-25 20:51:28 +01:00
parent 8d8b631889
commit 448714e6a2

View file

@ -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)