mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Remove unused config keys
This commit is contained in:
parent
4f8a462041
commit
fbfedb2e62
5 changed files with 3 additions and 610 deletions
|
@ -2156,10 +2156,7 @@ def dbcheck():
|
|||
|
||||
|
||||
def upgrade():
|
||||
if CONFIG.UPDATE_NOTIFIERS_DB:
|
||||
notifiers.upgrade_config_to_db()
|
||||
if CONFIG.UPDATE_LIBRARIES_DB_NOTIFY:
|
||||
libraries.update_libraries_db_notify()
|
||||
return
|
||||
|
||||
|
||||
def shutdown(restart=False, update=False, checkout=False, reset=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue