From 5ce7e3407d390e5eb9c81f0d76b87fadb0252729 Mon Sep 17 00:00:00 2001 From: shaun Date: Wed, 6 Jan 2016 20:08:16 +1100 Subject: [PATCH] fix video node window path --- 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 746aac87..53af40b5 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -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):