mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Application Status Warnings
This commit is contained in:
@@ -50,9 +50,7 @@ namespace NzbDrone.Core.Indexers
|
||||
yield return new IndexerDefinition
|
||||
{
|
||||
Name = GetType().Name,
|
||||
EnableRss = config.Validate().IsValid && SupportsRss,
|
||||
EnableAutomaticSearch = config.Validate().IsValid && SupportsSearch,
|
||||
EnableInteractiveSearch = config.Validate().IsValid && SupportsSearch,
|
||||
Enable = config.Validate().IsValid && SupportsRss,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user