diff --git a/sickbeard/notifiers/pushbullet.py b/sickbeard/notifiers/pushbullet.py index 81c51bc5..b4fa360c 100644 --- a/sickbeard/notifiers/pushbullet.py +++ b/sickbeard/notifiers/pushbullet.py @@ -67,7 +67,7 @@ class PushbulletNotifier: pushbullet_device = sickbeard.PUSHBULLET_DEVICE if method == 'POST': - uri = '/api/pushes' + uri = '/v2/pushes' else: uri = '/api/devices'