mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02: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:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user