mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add backup days option
This commit is contained in:
parent
010c12da67
commit
1c087ec856
4 changed files with 23 additions and 8 deletions
|
@ -2527,6 +2527,7 @@ class WebInterface(object):
|
|||
"api_key": plexpy.CONFIG.API_KEY,
|
||||
"update_db_interval": plexpy.CONFIG.UPDATE_DB_INTERVAL,
|
||||
"freeze_db": checked(plexpy.CONFIG.FREEZE_DB),
|
||||
"backup_days": plexpy.CONFIG.BACKUP_DAYS,
|
||||
"backup_dir": plexpy.CONFIG.BACKUP_DIR,
|
||||
"backup_interval": plexpy.CONFIG.BACKUP_INTERVAL,
|
||||
"cache_dir": plexpy.CONFIG.CACHE_DIR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue