Use Int64 for PushBullet device ID

Fixed: Support for large Push Bullet device IDs
This commit is contained in:
Mark McDowall 2013-12-08 20:57:45 -08:00 committed by Mark McDowall
parent d9b7e28596
commit 08f3af26c9
1 changed files with 1 additions and 1 deletions

View File

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