1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Pushbullet settings typo

This commit is contained in:
Roy Handelsman 2015-04-22 00:03:42 -04:00
parent 65f1dbde00
commit 1fc99fd24e

View File

@ -21,7 +21,7 @@ public class PushBulletSettings : IProviderConfig
[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