mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fix for krypton compatability
This commit is contained in:
parent
133773d5b6
commit
01800c0c3b
1 changed files with 1 additions and 1 deletions
|
@ -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