mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
replaced FastReflection.dll with Fasterflect.dll to fix the race condition.
This commit is contained in:
parent
a0560da33d
commit
bdcdc7c0f6
10 changed files with 37 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue