DateTime.ToString fixes for other countries

Fixed: Aired Date sorting on Missing
This commit is contained in:
Mark McDowall 2012-12-05 17:54:09 -08:00
parent 7bdc10c370
commit feaf63c758
6 changed files with 10 additions and 8 deletions

View file

@ -12,8 +12,8 @@ namespace NzbDrone.Web.Models
public string SeriesTitleSorter { get; set; }
public string EpisodeNumbering { get; set; }
public string EpisodeTitle { get; set; }
public string AirDateSorter { get; set; }
public string AirDate { get; set; }
public string AirDateString { get; set; }
public string Overview { get; set; }
public string Details { get; set; }
}