fix video node window path

This commit is contained in:
shaun 2016-01-06 20:08:16 +11:00
parent 6adc422936
commit 5ce7e3407d
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class VideoNodes(object):
nodepath = xbmc.translatePath("special://profile/library/video/").decode('utf-8')
nodeXML = "%semby_%s.xml" % (nodepath, cleantagname)
path = "library://video/emby_%s.xml" % (cleantagname)
windowpath = "ActivateWindow(Video, %s, return)" % path
windowpath = "ActivateWindow(Video,%s,return)" % path
# Create the video node directory
if not xbmcvfs.exists(nodepath):