TorznapQuery: make RageID nullable

This commit is contained in:
kaso17
2017-01-31 19:32:32 +01:00
parent a3d4bb516f
commit d6c1e21fac

View File

@@ -18,7 +18,7 @@ namespace Jackett.Models
public string ApiKey { get; set; }
public int Limit { get; set; }
public int Offset { get; set; }
public int RageID { get; set; }
public int? RageID { get; set; }
public string ImdbID { get; set; }
public int Season { get; set; }