Fix for multi-user

It was always writing to master profile.
This commit is contained in:
angelblue05 2015-04-07 20:09:17 -05:00
parent a464924f6f
commit 0e3dd9a096
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def getKodiDBPath():
#helix #helix
dbVersion = "90" dbVersion = "90"
dbPath = xbmc.translatePath("special://userdata/Database/MyVideos" + dbVersion + ".db") dbPath = xbmc.translatePath("special://profile/Database/MyVideos" + dbVersion + ".db")
return dbPath return dbPath