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

Merge pull request from Royal2000H/develop

Pushbullet settings typo
pull/3113/head
Mark McDowall 10 years ago
commit 2f7e3c1c3c

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
[FieldDefinition(0, Label = "API Key", HelpLink = "https://www.pushbullet.com/")]
public String ApiKey { get; set; }
[FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pubshbullet.com (leave blank to send to all devices)")]
[FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pushbullet.com (leave blank to send to all devices)")]
public String DeviceId { get; set; }
public bool IsValid

Loading…
Cancel
Save