mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-16 21:26:14 +00:00
Correct reversed settings
This commit is contained in:
parent
8b2bd3e30b
commit
7a19f010dc
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ def reset():
|
|||
connection.commit()
|
||||
cursor.close()
|
||||
|
||||
if settings('disableMusic') != "true":
|
||||
if settings('enableMusic') == "true":
|
||||
logMsg("EMBY", "Resetting the Kodi music database.")
|
||||
connection = kodiSQL('music')
|
||||
cursor = connection.cursor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue