replaced FastReflection.dll with Fasterflect.dll to fix the race condition.

This commit is contained in:
kay.one 2013-03-31 16:40:19 -07:00
commit bdcdc7c0f6
10 changed files with 37 additions and 64 deletions

View file

@ -23,6 +23,9 @@ namespace NzbDrone.Core.Tv
}
public int TvDbId { get; set; }
public int TvRageId { get; set; }
public string ImdbId { get; set; }
public string Title { get; set; }
public string CleanTitle { get; set; }
public SeriesStatusType Status { get; set; }
@ -41,7 +44,7 @@ namespace NzbDrone.Core.Tv
public string Network { get; set; }
public DateTime? CustomStartDate { get; set; }
public bool UseSceneNumbering { get; set; }
public int TvRageId { get; set; }
public string TitleSlug { get; set; }
//Todo: This should be a double since there are timezones that aren't on a full hour offset