mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added upcoming and history links to main menu.
Made Upcoming look a bit better, still needs work. Wrapped Details in Upcoming/History in fieldset
This commit is contained in:
parent
6c818bd8d8
commit
7a57ab98dc
6 changed files with 103 additions and 70 deletions
|
@ -7,6 +7,7 @@ namespace NzbDrone.Web.Models
|
|||
{
|
||||
public class UpcomingEpisodeModel
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
public string SeriesName { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue