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):