Fix sections that are not synced not displaying correct menu
This commit is contained in:
parent
d912d8be96
commit
e718fd3276
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue