1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Added info to device id for push over

This commit is contained in:
Mark McDowall 2014-03-11 14:34:05 -07:00
parent 32562ba731
commit 7ebe4018d2

View File

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