Missing Grid uses ToBestDateString for formatting.

Fixed padding for No Data being cut off (also when loading) for the grids.
This commit is contained in:
Mark McDowall
2011-09-30 09:18:13 -07:00
parent 30ffe79442
commit 71e1827ef8
4 changed files with 10 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace NzbDrone.Web.Models
public int EpisodeNumber { get; set; }
public string EpisodeTitle { get; set; }
public DateTime AirDate { get; set; }
public string AirDateString { get; set; }
public string Overview { get; set; }
}
}