mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add newsletter base URL setting
This commit is contained in:
parent
7e11af1fd0
commit
1cb5f0b635
5 changed files with 51 additions and 21 deletions
|
@ -2746,7 +2746,8 @@ class WebInterface(object):
|
|||
"themoviedb_lookup": checked(plexpy.CONFIG.THEMOVIEDB_LOOKUP),
|
||||
"tvmaze_lookup": checked(plexpy.CONFIG.TVMAZE_LOOKUP),
|
||||
"show_advanced_settings": plexpy.CONFIG.SHOW_ADVANCED_SETTINGS,
|
||||
"newsletter_dir": plexpy.CONFIG.NEWSLETTER_DIR
|
||||
"newsletter_dir": plexpy.CONFIG.NEWSLETTER_DIR,
|
||||
"newsletter_base_url": plexpy.CONFIG.NEWSLETTER_BASE_URL
|
||||
}
|
||||
|
||||
return serve_template(templatename="settings.html", title="Settings", config=config, kwargs=kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue