Fix sections that are not synced not displaying correct menu

This commit is contained in:
croneter 2019-07-09 07:37:18 +02:00
parent d912d8be96
commit e718fd3276

View file

@ -248,7 +248,7 @@ class Section(object):
else: else:
args = { args = {
'mode': 'browseplex', 'mode': 'browseplex',
'key': '/library/sections/%s/all' % self.section_id, 'key': '/library/sections/%s' % self.section_id,
'section_id': unicode(self.section_id) 'section_id': unicode(self.section_id)
} }
if not self.sync_to_kodi: if not self.sync_to_kodi: