From 53afbeea35792f918a54e0dd83a73614cb699015 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 31 Aug 2016 16:30:25 -0500 Subject: [PATCH] Fix single node for krypton --- resources/lib/videonodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/videonodes.py b/resources/lib/videonodes.py index a2d21cf2..d2157e27 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -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):