From 331939a2298076a55f114edc75c41729538a8fd2 Mon Sep 17 00:00:00 2001 From: vzoltan Date: Mon, 12 May 2014 17:23:38 +0200 Subject: [PATCH] Update boxcar2.py This change adds a detailed push notification to Boxcar2 and also changes the sound of the notification. (tested, works) thanks Sorry for the duplication. --- sickbeard/notifiers/boxcar2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sickbeard/notifiers/boxcar2.py b/sickbeard/notifiers/boxcar2.py index b41a9d1f..5f3cec4d 100755 --- a/sickbeard/notifiers/boxcar2.py +++ b/sickbeard/notifiers/boxcar2.py @@ -52,9 +52,9 @@ class Boxcar2Notifier: data = urllib.urlencode({ 'user_credentials': accesstoken, - 'notification[title]': "SickRage : " + title, + 'notification[title]': "SickRage : " + title + ' ' + msg, 'notification[long_message]': msg, - 'notification[sound]': "bird-1" + 'notification[sound]': "success" }) # send the request to boxcar2