From e718fd327625fdbc4e76f860655bfd141ec10eea Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 9 Jul 2019 07:37:18 +0200 Subject: [PATCH] Fix sections that are not synced not displaying correct menu --- resources/lib/library_sync/sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/library_sync/sections.py b/resources/lib/library_sync/sections.py index b6999b8d..5f3615a2 100644 --- a/resources/lib/library_sync/sections.py +++ b/resources/lib/library_sync/sections.py @@ -248,7 +248,7 @@ class Section(object): else: args = { 'mode': 'browseplex', - 'key': '/library/sections/%s/all' % self.section_id, + 'key': '/library/sections/%s' % self.section_id, 'section_id': unicode(self.section_id) } if not self.sync_to_kodi: