mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
155c82c199
New: Season Pass supports multi-select New: Improved Season Pass toggling Closes #396
8 lines
159 B
C#
8 lines
159 B
C#
namespace NzbDrone.Core.Tv
|
|
{
|
|
public class AddSeriesOptions : MonitoringOptions
|
|
{
|
|
public bool SearchForMissingEpisodes { get; set; }
|
|
}
|
|
}
|