Fix: Series Editor enhancements to make it more straight forward.

Fix: History and Missing Grids now link to Seriesi/Details.
This commit is contained in:
Mark McDowall 2012-02-26 20:47:49 -08:00
parent f342b31271
commit 24dae1927f
11 changed files with 81 additions and 26 deletions

View file

@ -8,6 +8,7 @@ namespace NzbDrone.Web.Models
public int HistoryId { get; set; }
public int SeriesId { get; set; }
public string SeriesTitle { get; set; }
public string SeriesTitleSorter { get; set; }
public string EpisodeNumbering { get; set; }
public string EpisodeTitle { get; set; }
public string EpisodeOverview { get; set; }