Matching TvRage to TvDb

#ND-15 In Progress
This commit is contained in:
Mark McDowall 2012-12-19 08:41:51 -08:00
commit 253426873c
17 changed files with 753 additions and 7 deletions

View file

@ -52,6 +52,12 @@ namespace NzbDrone.Core.Repository
public bool UseSceneNumbering { get; set; }
public int TvRageId { get; set; }
public string TvRageTitle { get; set; }
public int UtcOffset { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="Series"/> is hidden.
/// </summary>