Merge pull request #783 from croneter/fix-widgets

Fix node paths for skins
This commit is contained in:
croneter 2019-03-21 20:35:14 +01:00 committed by GitHub
commit 2c101d9145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,6 +314,7 @@ class Section(object):
xml = getattr(nodes, 'node_%s' % node_type)(self, node_name)
self._write_xml(xml, xml_name)
self.order += 1
path = 'library://video/Plex-%s/%s' % (self.section_id, xml_name)
self._window_node(path, node_name, node_type, pms_node)
def _write_xml(self, xml, xml_name):