mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add toggle for advanced settings
This commit is contained in:
commit
2a03ce757e
4 changed files with 291 additions and 297 deletions
|
@ -2611,7 +2611,8 @@ class WebInterface(object):
|
|||
"tv_watched_percent": plexpy.CONFIG.TV_WATCHED_PERCENT,
|
||||
"music_watched_percent": plexpy.CONFIG.MUSIC_WATCHED_PERCENT,
|
||||
"themoviedb_lookup": checked(plexpy.CONFIG.THEMOVIEDB_LOOKUP),
|
||||
"tvmaze_lookup": checked(plexpy.CONFIG.TVMAZE_LOOKUP)
|
||||
"tvmaze_lookup": checked(plexpy.CONFIG.TVMAZE_LOOKUP),
|
||||
"show_advanced_settings": plexpy.CONFIG.SHOW_ADVANCED_SETTINGS
|
||||
}
|
||||
|
||||
return serve_template(templatename="settings.html", title="Settings", config=config, kwargs=kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue