mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
More Season ignore work. Already ignored seasons will be ignored.
Fix: Season Ignore is handled separately from Episode Ignore.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user