TehConnection: Fix IMDB ID searches

TehConnection: Fix IMDB ID searches
This commit is contained in:
flightlevel
2016-03-20 20:40:54 +11:00
parent 29ef28b6d7
commit 63d2407e4f
3 changed files with 11 additions and 2 deletions

View File

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