Actually set notifier config when sending notifications
This commit is contained in:
@@ -2897,6 +2897,11 @@ class WebInterface(object):
|
||||
"incl_subject": 1,
|
||||
"disable_web_preview": 0
|
||||
},
|
||||
"config_options": [{...}, ...]
|
||||
"actions": {"on_play": 0,
|
||||
"on_stop": 0,
|
||||
...
|
||||
},
|
||||
"notify_text": {"on_play": {"subject": "...",
|
||||
"body": "..."
|
||||
}
|
||||
@@ -2904,12 +2909,7 @@ class WebInterface(object):
|
||||
"body": "..."
|
||||
}
|
||||
...
|
||||
},
|
||||
|
||||
"actions": {"on_play": 0,
|
||||
"on_stop": 0,
|
||||
...
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
"""
|
||||
|
Reference in New Issue
Block a user