Use Int64 for PushBullet device ID

Fixed: Support for large Push Bullet device IDs
pull/4/head
Mark McDowall 11 years ago
parent c122a94bc0
commit a7e210bfb3

@ -23,7 +23,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
public String ApiKey { get; set; }
[FieldDefinition(1, Label = "Device ID")]
public Int32 DeviceId { get; set; }
public Int64 DeviceId { get; set; }
public bool IsValid
{

Loading…
Cancel
Save