mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Allow Obsolete of C# Indexer Implementations
This commit is contained in:
@@ -147,6 +147,11 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
foreach (var provider in _providers)
|
||||
{
|
||||
if (provider.IsObsolete())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
var definitions = provider.DefaultDefinitions
|
||||
.Where(v => v.Name != null && (v.Name != typeof(Cardigann.Cardigann).Name || v.Name != typeof(Newznab.Newznab).Name || v.Name != typeof(Torznab.Torznab).Name));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user