Fixed episodesWithoutFiles

This commit is contained in:
Mark McDowall
2013-04-20 10:28:17 -07:00
parent c0798b8eb3
commit acb15d8e49
4 changed files with 54 additions and 3 deletions

View File

@@ -14,8 +14,6 @@ namespace NzbDrone.Core.Tv
public int SeasonNumber { get; set; }
public int EpisodeNumber { get; set; }
public string Title { get; set; }
//Todo: Since we're displaying next airing relative to the user's time zone we may want to store this as UTC (with airtime + UTC offset)
public DateTime? AirDate { get; set; }
public string Overview { get; set; }