mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
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:
parent
f342b31271
commit
24dae1927f
11 changed files with 81 additions and 26 deletions
|
@ -9,6 +9,7 @@ namespace NzbDrone.Web.Models
|
|||
public int SeriesId { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public string SeriesTitle { get; set; }
|
||||
public string SeriesTitleSorter { get; set; }
|
||||
public string EpisodeNumbering { get; set; }
|
||||
public string EpisodeTitle { get; set; }
|
||||
public string AirDate { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue