Fixed EpisodeSorting examples layout.

Added Missing to main UI.
Add links to series from History and Missing.
Image for search link on Missing.
This commit is contained in:
Mark McDowall 2011-08-30 17:15:22 -07:00
parent 8ce222a10c
commit f02e92b005
13 changed files with 61 additions and 30 deletions

View file

@ -6,6 +6,7 @@ namespace NzbDrone.Web.Models
public class HistoryModel
{
public int HistoryId { get; set; }
public int SeriesId { get; set; }
public string SeriesTitle { get; set; }
public int SeasonNumber { get; set; }
public int EpisodeNumber { get; set; }