mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fancy grid, well getting there anyways.
Cell colour only in the "Command" column. Cell colour toggles when ignored is toggled.
This commit is contained in:
parent
f065d345a5
commit
d7bc3a3734
6 changed files with 64 additions and 76 deletions
|
@ -9,7 +9,10 @@ namespace NzbDrone.Web.Models
|
|||
{
|
||||
public class SeasonModel
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public List<EpisodeModel> Episodes { get; set; }
|
||||
public bool AnyWanted { get; set; }
|
||||
public string CommonStatus { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue