1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-25 15:43:08 +00:00

allow null value for seed time.

This commit is contained in:
Devin Buhl 2017-01-24 13:22:02 -05:00
parent 43d904d20b
commit d09d30544f

View file

@ -59,7 +59,7 @@ public class ReleaseInfo
public int leechers { get; set; } public int leechers { get; set; }
public int score { get; set; } public int score { get; set; }
public string provider { get; set; } public string provider { get; set; }
public int seed_time { get; set; } public int? seed_time { get; set; }
public string provider_extra { get; set; } public string provider_extra { get; set; }
public string detail_url { get; set; } public string detail_url { get; set; }
public string type { get; set; } public string type { get; set; }