diff --git a/sickbeard/notifiers/pushbullet.py b/sickbeard/notifiers/pushbullet.py index 8135c8031c93e0753e89c30fb02b45d8af4943b5..66840275c75e6242868a87c165536d1108fe1310 100644 --- a/sickbeard/notifiers/pushbullet.py +++ b/sickbeard/notifiers/pushbullet.py @@ -56,7 +56,7 @@ class PushbulletNotifier: pushbullet_device = sickbeard.PUSHBULLET_DEVICE if method == 'POST': - uri = '/api/pushes' + uri = '/v2/pushes' else: uri = '/api/devices'