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:
croneter 2019-07-13 10:32:31 +02:00 committed by GitHub
commit 1fcae8b6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: