1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Season pass overhaul

New: Season Pass supports multi-select
New: Improved Season Pass toggling

Closes #396
This commit is contained in:
Mark McDowall
2015-05-15 07:35:12 -07:00
parent 28e2cf97da
commit 155c82c199
30 changed files with 636 additions and 356 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
using NzbDrone.Core.Datastore;
namespace NzbDrone.Core.Tv
namespace NzbDrone.Core.Tv
{
public class AddSeriesOptions : IEmbeddedDocument
public class AddSeriesOptions : MonitoringOptions
{
public bool SearchForMissingEpisodes { get; set; }
public bool IgnoreEpisodesWithFiles { get; set; }
public bool IgnoreEpisodesWithoutFiles { get; set; }
}
}