|
|
@ -5,7 +5,6 @@ namespace NzbDrone.Core.ImportLists
|
|
|
|
public class ImportListDefinition : ProviderDefinition
|
|
|
|
public class ImportListDefinition : ProviderDefinition
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public bool EnableAutomaticAdd { get; set; }
|
|
|
|
public bool EnableAutomaticAdd { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public bool ShouldMonitor { get; set; }
|
|
|
|
public bool ShouldMonitor { get; set; }
|
|
|
|
public int ProfileId { get; set; }
|
|
|
|
public int ProfileId { get; set; }
|
|
|
|
public int LanguageProfileId { get; set; }
|
|
|
|
public int LanguageProfileId { get; set; }
|
|
|
|