Merge pull request #666 from tlex/nightly

Fixed: pushbullet notifications don't work
This commit is contained in:
echel0n 2014-07-27 04:58:57 -07:00
commit 5e7bfaa475

View file

@ -67,7 +67,7 @@ class PushbulletNotifier:
pushbullet_device = sickbeard.PUSHBULLET_DEVICE
if method == 'POST':
uri = '/api/pushes'
uri = '/v2/pushes'
else:
uri = '/api/devices'