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