mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
New: NZBgeek added as preset indexer
This commit is contained in:
@@ -88,6 +88,14 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
|
||||
});
|
||||
|
||||
list.Add(new IndexerDefinition
|
||||
{
|
||||
Enable = false,
|
||||
Name = "NZBgeek",
|
||||
Implementation = GetType().Name,
|
||||
Settings = GetSettings("https://api.nzbgeek.info", new List<Int32>())
|
||||
});
|
||||
|
||||
return list;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user