mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-27 02:04:22 +00:00
New: Dognzb.cr added as a default indexer.
This commit is contained in:
@@ -108,7 +108,8 @@ namespace NzbDrone.Core
|
||||
var newznabIndexers = new List<NewznabDefinition>
|
||||
{
|
||||
new NewznabDefinition { Enable = false, Name = "Nzbs.org", Url = "https://nzbs.org", BuiltIn = true },
|
||||
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "https://nzb.su", BuiltIn = true }
|
||||
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "https://nzb.su", BuiltIn = true },
|
||||
new NewznabDefinition { Enable = false, Name = "Dognzb.cr", Url = "https://dognzb.cr", BuiltIn = true }
|
||||
};
|
||||
|
||||
Kernel.Get<NewznabProvider>().InitializeNewznabIndexers(newznabIndexers);
|
||||
|
||||
BIN
NzbDrone.Web/Content/Images/Indexers/Newznab_dognzb.cr.png
Normal file
BIN
NzbDrone.Web/Content/Images/Indexers/Newznab_dognzb.cr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 250 B |
Reference in New Issue
Block a user