From 9468adfbe36c21a86bb9d78577f020f218305174 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Wed, 6 Jan 2016 08:51:46 +0100 Subject: [PATCH] fix smart shortcuts compatability --- 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 8cb20d64..3fa83641 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -172,7 +172,7 @@ class VideoNodes(object): path = "plugin://plugin.video.emby/?id=%s&mode=inprogressepisodes&limit=25"% tagname else: path = "library://video/Emby - %s/%s_%s.xml" % (dirname, cleantagname, nodetype) - windowpath = "ActivateWindow(Video, %s, return)" % path + windowpath = "ActivateWindow(Video,%s,return)" % path if nodetype == "all":