Merge remote-tracking branch 'refs/remotes/origin/master' into develop

This commit is contained in:
angelblue05 2016-08-06 14:16:20 -05:00
commit 2274565c0d
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ def getKodiVideoDBPath():
"14": 90, # Helix
"15": 93, # Isengard
"16": 99, # Jarvis
"17": 106 # Krypton
"17": 107 # Krypton
}
dbPath = xbmc.translatePath(

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