mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
This commit is contained in:
commit
2274565c0d
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ def getKodiVideoDBPath():
|
|||
"14": 90, # Helix
|
||||
"15": 93, # Isengard
|
||||
"16": 99, # Jarvis
|
||||
"17": 106 # Krypton
|
||||
"17": 107 # Krypton
|
||||
}
|
||||
|
||||
dbPath = xbmc.translatePath(
|
||||
|
|
|
@ -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":
|
||||
|
||||
|
|
Loading…
Reference in a new issue