mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-20 21:44:38 +00:00
move DB reset function to the databse file
use the new DB connection context for all DB reset actions
This commit is contained in:
parent
4701041d99
commit
d3ce04ab10
4 changed files with 102 additions and 98 deletions
|
@ -933,7 +933,7 @@ class LibrarySync(threading.Thread):
|
|||
log.warn("Database version is out of date! USER IGNORED!")
|
||||
dialog.ok(lang(29999), lang(33023))
|
||||
else:
|
||||
utils.reset()
|
||||
database.db_reset()
|
||||
|
||||
break
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue