Fix single node for krypton

This commit is contained in:
angelblue05 2016-08-31 16:30:25 -05:00
parent c1820e69af
commit 53afbeea35
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,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(Videos,%s,return)" % path
# Create the video node directory
if not xbmcvfs.exists(nodepath):