mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TorznapQuery: make RageID nullable
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user