This commit is contained in:
Marcel van der Veldt 2015-04-08 10:01:21 +02:00
commit 3077df6407

View file

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