mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
allow null value for seed time.
This commit is contained in:
parent
43d904d20b
commit
d09d30544f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
|
|||
public int leechers { get; set; }
|
||||
public int score { 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 detail_url { get; set; }
|
||||
public string type { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue