fix smart shortcuts compatability

This commit is contained in:
marcelveldt 2016-01-06 08:51:46 +01:00
parent ade63ae22f
commit 9468adfbe3

View file

@ -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":