Stage two of notification rewrite. Page cache refresh required.

Each notification agent has it's own play/stop toggles.
Simplified global notification options.
This commit is contained in:
Tim 2015-07-23 01:42:57 +02:00
parent e309d6ba92
commit 8a16fcfbb6
8 changed files with 306 additions and 253 deletions

View file

@ -585,7 +585,7 @@ class WebInterface(object):
# Write the config
plexpy.CONFIG.write()
raise cherrypy.HTTPRedirect("settings")
cherrypy.response.status = 200
@cherrypy.expose
def do_state_change(self, signal, title, timer):