mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Add dropdown for Pushover sounds
This commit is contained in:
parent
c12862ffba
commit
7d3d2957c3
3 changed files with 41 additions and 11 deletions
|
@ -1305,7 +1305,7 @@ class WebInterface(object):
|
|||
checkboxes = {'email_tls': checked(plexpy.CONFIG.EMAIL_TLS)}
|
||||
|
||||
return serve_template(templatename="notification_config.html", title="Notification Configuration",
|
||||
data=config, checkboxes=checkboxes)
|
||||
config_id=config_id, data=config, checkboxes=checkboxes)
|
||||
|
||||
@cherrypy.expose
|
||||
def get_notification_agent_triggers(self, config_id, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue