use Rage TV ID for newznab search api calls

This commit is contained in:
faush01
2013-08-06 15:26:09 +10:00
parent 57bb37a8cd
commit f29eb49c7f
10 changed files with 70 additions and 37 deletions
@@ -10,6 +10,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
private static readonly Regex BeginningThe = new Regex(@"^the\s", RegexOptions.IgnoreCase | RegexOptions.Compiled);
public int SeriesId { get; set; }
public int SeriesRageTvId { get; set; }
public string SceneTitle { get; set; }
public string QueryTitle