1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00

Merge pull request #240 from Royal2000H/develop

Pushbullet settings typo
This commit is contained in:
Mark McDowall 2015-04-22 09:21:13 -07:00
commit 2f7e3c1c3c

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