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

Added info to device id for push over

pull/62/merge
Mark McDowall 11 years ago
parent 32562ba731
commit 7ebe4018d2

@ -22,7 +22,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")]
[FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pubshbullet.com")]
public String DeviceId { get; set; }
public bool IsValid

Loading…
Cancel
Save