mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-13 11:27:23 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
namespace NzbDrone.Core.Tv
|
|
{
|
|
public class AddSeriesOptions : MonitoringOptions
|
|
{
|
|
public bool SearchForMissingEpisodes { get; set; }
|
|
|
|
}
|
|
}
|