mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 08:42:59 -07:00
Rename default notifier settings to tautulli
This commit is contained in:
parent
8f5e788270
commit
2bb691966e
1 changed files with 3 additions and 3 deletions
|
@ -1932,7 +1932,7 @@ class IFTTT(Notifier):
|
||||||
"""
|
"""
|
||||||
NAME = 'IFTTT'
|
NAME = 'IFTTT'
|
||||||
_DEFAULT_CONFIG = {'key': '',
|
_DEFAULT_CONFIG = {'key': '',
|
||||||
'event': 'plexpy'
|
'event': 'tautulli'
|
||||||
}
|
}
|
||||||
|
|
||||||
def agent_notify(self, subject='', body='', action='', **kwargs):
|
def agent_notify(self, subject='', body='', action='', **kwargs):
|
||||||
|
@ -2135,7 +2135,7 @@ class MQTT(Notifier):
|
||||||
'protocol': 'MQTTv311',
|
'protocol': 'MQTTv311',
|
||||||
'username': '',
|
'username': '',
|
||||||
'password': '',
|
'password': '',
|
||||||
'clientid': 'plexpy',
|
'clientid': 'tautulli',
|
||||||
'topic': '',
|
'topic': '',
|
||||||
'qos': 1,
|
'qos': 1,
|
||||||
'retain': 0,
|
'retain': 0,
|
||||||
|
@ -2320,7 +2320,7 @@ class OSX(Notifier):
|
||||||
self.objc.classAddMethod(cls, SEL, new_IMP)
|
self.objc.classAddMethod(cls, SEL, new_IMP)
|
||||||
|
|
||||||
def _swizzled_bundleIdentifier(self, original, swizzled):
|
def _swizzled_bundleIdentifier(self, original, swizzled):
|
||||||
return 'ade.plexpy.osxnotify'
|
return 'ade.tautulli.osxnotify'
|
||||||
|
|
||||||
def agent_notify(self, subject='', body='', action='', **kwargs):
|
def agent_notify(self, subject='', body='', action='', **kwargs):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue