mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Fix Join notifications not sending
This commit is contained in:
parent
450fda18f1
commit
645ef86c75
1 changed files with 1 additions and 1 deletions
|
@ -1963,7 +1963,7 @@ class JOIN(Notifier):
|
||||||
|
|
||||||
deviceid_key = 'deviceId%s' % ('s' if len(self.config['device_id'].split(',')) > 1 else '')
|
deviceid_key = 'deviceId%s' % ('s' if len(self.config['device_id'].split(',')) > 1 else '')
|
||||||
|
|
||||||
data = {'api_key': self.config['api_key'],
|
data = {'apikey': self.config['api_key'],
|
||||||
deviceid_key: self.config['device_id'],
|
deviceid_key: self.config['device_id'],
|
||||||
'text': body.encode("utf-8")}
|
'text': body.encode("utf-8")}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue