mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Basic support for cardigann definitions
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Indexers.Cardigann;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
|
||||
namespace NzbDrone.Core.Indexers
|
||||
@@ -19,5 +21,7 @@ namespace NzbDrone.Core.Indexers
|
||||
public override bool Enable => EnableRss || EnableAutomaticSearch || EnableInteractiveSearch;
|
||||
|
||||
public IndexerStatus Status { get; set; }
|
||||
|
||||
public List<SettingsField> ExtraFields { get; set; } = new List<SettingsField>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user