Merge pull request #921 from croneter/fix-node
Fix sections that are not synced not displaying menu but entire library
This commit is contained in:
commit
1fcae8b6de
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