diff --git a/resources/lib/videonodes.py b/resources/lib/videonodes.py index 6873487c..a2d21cf2 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -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":