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