Merge pull request #790 from croneter/fix-startup

Fix TypeError on Kodi start
This commit is contained in:
croneter 2019-03-26 18:48:34 +01:00 committed by GitHub
commit c072f0f439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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