mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Upcoming grid uses combined column for SeasonNumber and EpisodeNumber.
Removed DataTables extras.
This commit is contained in:
parent
722db50b35
commit
4225685715
111 changed files with 4 additions and 65256 deletions
|
@ -8,8 +8,7 @@ namespace NzbDrone.Web.Models
|
|||
public int SeriesId { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public string SeriesTitle { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public string EpisodeNumbering { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public DateTime AirDateTime { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue