1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Merge branch 'season-ignore'

Conflicts:
	NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
	NzbDrone.Core/NzbDrone.Core.csproj
This commit is contained in:
Mark McDowall
2012-02-21 23:45:46 -08:00
16 changed files with 471 additions and 232 deletions
+1
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; }
}
}