1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: New device_iden from PushBullet can be used

This commit is contained in:
Mark McDowall
2014-01-09 09:04:43 -08:00
parent 9b0114714d
commit 5ada7efefc
3 changed files with 26 additions and 8 deletions
@@ -13,6 +13,6 @@ namespace NzbDrone.Core.Notifications.PushBullet
}
}
public string ApiKey { get; set; }
public long DeviceId { get; set; }
public string DeviceId { get; set; }
}
}