From 2ed20dae1bdc460a6e99f249af83882757d0b11d Mon Sep 17 00:00:00 2001 From: vzoltan Date: Wed, 14 May 2014 12:32:16 +0200 Subject: [PATCH] Update boxcar2.py Small change on the push notification message for Boxcar2 and a softer notification sound replacement. --- 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 5f3cec4d..daaea40f 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 + ' ' + msg, + 'notification[title]': "SickRage : " + title + ' : ' + msg, 'notification[long_message]': msg, - 'notification[sound]': "success" + 'notification[sound]': "notifier-2" }) # send the request to boxcar2