Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/fb4e9fed85805ecbe2c5fd7bdebb23d4a3dd75e4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Changed pushbullet url to api.pushbullet.com

Fixed: PushBullet URL
pull/4/head
Mark McDowall 12 years ago
parent ec63053fe7
commit fb4e9fed85

@ -12,7 +12,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
public class PushBulletProxy : IPushBulletProxy, IExecute<TestPushBulletCommand>
{
private const string URL = "https://www.pushbullet.com/api/pushes";
private const string URL = "https://api.pushbullet.com/api/pushes";
public void SendNotification(string title, string message, string apiKey, int deviceId)
{

Loading…
Cancel
Save