diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index 669d5a5f..da3a07ad 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -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