diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 84c32624..12aba200 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -79,7 +79,7 @@ def getKodiVideoDBPath(): "14": 90, # Helix "15": 93, # Isengard "16": 99, # Jarvis - "17": 106 # Krypton + "17": 107 # Krypton } dbPath = xbmc.translatePath( 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":