mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 09:21:57 +00:00
Use Int64 for PushBullet device ID
Fixed: Support for large Push Bullet device IDs
This commit is contained in:
parent
c122a94bc0
commit
a7e210bfb3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class PushBulletSettings : IProviderConfig
|
|||
public String ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Device ID")]
|
||||
public Int32 DeviceId { get; set; }
|
||||
public Int64 DeviceId { get; set; }
|
||||
|
||||
public bool IsValid
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue