You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Use Int64 for PushBullet device ID
Fixed: Support for large Push Bullet device IDs
This commit is contained in:
		| @@ -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 | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user