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

Support for Int64 in SchemaBuilder

This commit is contained in:
Mark McDowall
2013-12-11 16:41:58 -08:00
parent 647ea5456b
commit 182743e653
3 changed files with 29 additions and 5 deletions
@@ -13,6 +13,6 @@ namespace NzbDrone.Core.Notifications.PushBullet
}
}
public string ApiKey { get; set; }
public int DeviceId { get; set; }
public long DeviceId { get; set; }
}
}