mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
allow null value for seed time.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
|
|||||||
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; }
|
||||||
|
Reference in New Issue
Block a user