fix for krypton compatability

This commit is contained in:
marcelveldt 2016-08-06 15:43:04 +02:00
parent 133773d5b6
commit 01800c0c3b
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class VideoNodes(object):
if mediatype == "photos":
windowpath = "ActivateWindow(Pictures,%s,return)" % path
else:
windowpath = "ActivateWindow(Video,%s,return)" % path
windowpath = "ActivateWindow(Videos,%s,return)" % path
if nodetype == "all":