More Season ignore work. Already ignored seasons will be ignored.

Fix: Season Ignore is handled separately from Episode Ignore.
This commit is contained in:
Mark McDowall 2012-02-20 22:50:38 -08:00
parent 969f8ae5e2
commit aac42d4882
12 changed files with 171 additions and 47 deletions

View file

@ -9,5 +9,6 @@ namespace NzbDrone.Web.Models
public List<EpisodeModel> Episodes { get; set; }
public bool AnyWanted { get; set; }
public string CommonStatus { get; set; }
public bool Ignored { get; set; }
}
}