Remove default subject and body for notify API command

This commit is contained in:
JonnyWong16 2019-11-24 22:35:58 -08:00
parent 018479fae9
commit d1e401cb0c

View file

@ -411,7 +411,7 @@ class API2:
return 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. """ Send a notification using Tautulli.
``` ```