diff --git a/plexpy/api2.py b/plexpy/api2.py index 8d23982d..2297cfe2 100644 --- a/plexpy/api2.py +++ b/plexpy/api2.py @@ -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. ```