Using Newznab extended attributes to get the tvrage id for matching

This commit is contained in:
Mark McDowall
2013-08-18 22:53:26 -07:00
parent 42e9d41b33
commit ad4326a9c4
9 changed files with 37 additions and 12 deletions

View File

@@ -11,5 +11,6 @@ namespace NzbDrone.Core.Parser.Model
public String Indexer { get; set; }
public int Age { get; set; }
public string ReleaseGroup { get; set; }
public int TvRageId { get; set; }
}
}