mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Remove default subject and body for notify API command
This commit is contained in:
parent
018479fae9
commit
d1e401cb0c
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ class API2:
|
|||
|
||||
return
|
||||
|
||||
def notify(self, notifier_id='', subject='Tautulli', body='Test notification', **kwargs):
|
||||
def notify(self, notifier_id='', subject='', body='', **kwargs):
|
||||
""" Send a notification using Tautulli.
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue