Fix Media not showing up if Kodi masterlock has been activated. Kodi bugfix is also necessary, hopefully coming with Kodi 19.4, otherwise switch to Kodi 19.1

This commit is contained in:
croneter 2021-12-22 14:21:01 +01:00
parent 72b6a3fb7c
commit 740271a8bb

View file

@ -526,7 +526,7 @@ class InitialSetup(object):
force_create=True,
top_element='sources') as xml:
changed = False
for extension in ('smb://', 'nfs://'):
for extension in ('smb://', 'nfs://', 'plugin://'):
root = xml.set_setting(['video'])
changed = self._add_sources(root, extension) or changed
if changed: