From 2bb691966eeb77eff6b180edb78ac51f1ae3dcb9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 4 Mar 2018 11:18:04 -0800 Subject: [PATCH] Rename default notifier settings to tautulli --- plexpy/notifiers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index e8613503..6a294970 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1932,7 +1932,7 @@ class IFTTT(Notifier): """ NAME = 'IFTTT' _DEFAULT_CONFIG = {'key': '', - 'event': 'plexpy' + 'event': 'tautulli' } def agent_notify(self, subject='', body='', action='', **kwargs): @@ -2135,7 +2135,7 @@ class MQTT(Notifier): 'protocol': 'MQTTv311', 'username': '', 'password': '', - 'clientid': 'plexpy', + 'clientid': 'tautulli', 'topic': '', 'qos': 1, 'retain': 0, @@ -2320,7 +2320,7 @@ class OSX(Notifier): self.objc.classAddMethod(cls, SEL, new_IMP) def _swizzled_bundleIdentifier(self, original, swizzled): - return 'ade.plexpy.osxnotify' + return 'ade.tautulli.osxnotify' def agent_notify(self, subject='', body='', action='', **kwargs):