revert to old method for file access while sorting out the plugin approach

This commit is contained in:
Marcel van der Veldt 2015-05-01 22:14:00 +02:00
parent e77d5c7c53
commit ecd1fad09f
2 changed files with 47 additions and 15 deletions

View file

@ -62,7 +62,7 @@ def getKodiDBPath():
dbVersion = "78"
if xbmc.getInfoLabel("System.BuildVersion").startswith("15"):
#isengard
dbVersion = "91"
dbVersion = "92"
else:
#helix
dbVersion = "90"