mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 21:56:13 +00:00
revert to old method for file access while sorting out the plugin approach
This commit is contained in:
parent
e77d5c7c53
commit
ecd1fad09f
2 changed files with 47 additions and 15 deletions
|
@ -62,7 +62,7 @@ def getKodiDBPath():
|
|||
dbVersion = "78"
|
||||
if xbmc.getInfoLabel("System.BuildVersion").startswith("15"):
|
||||
#isengard
|
||||
dbVersion = "91"
|
||||
dbVersion = "92"
|
||||
else:
|
||||
#helix
|
||||
dbVersion = "90"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue