mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix regression missing notify_action for script notifications
This commit is contained in:
parent
8f665622d6
commit
076659db52
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ def send_notification(agent_id, subject, body, notify_action, **kwargs):
|
|||
slackClient.notify(message=body, event=subject)
|
||||
elif agent_id == 15:
|
||||
scripts = Scripts()
|
||||
scripts.notify(message=body, subject=subject, **kwargs)
|
||||
scripts.notify(message=body, subject=subject, notify_action=notify_action, **kwargs)
|
||||
elif agent_id == 16:
|
||||
facebook = FacebookNotifier()
|
||||
facebook.notify(subject=subject, message=body, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue