mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #666 from tlex/nightly
Fixed: pushbullet notifications don't work
This commit is contained in:
commit
5e7bfaa475
@ -67,7 +67,7 @@ class PushbulletNotifier:
|
|||||||
pushbullet_device = sickbeard.PUSHBULLET_DEVICE
|
pushbullet_device = sickbeard.PUSHBULLET_DEVICE
|
||||||
|
|
||||||
if method == 'POST':
|
if method == 'POST':
|
||||||
uri = '/api/pushes'
|
uri = '/v2/pushes'
|
||||||
else:
|
else:
|
||||||
uri = '/api/devices'
|
uri = '/api/devices'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user