mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
New: NZBgeek added as preset indexer
This commit is contained in:
parent
98d79dab20
commit
fdddb13686
@ -88,6 +88,14 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user