added nzbindex.in to list of newznab indexers that require API Key.
This commit is contained in:
parent
37ae2d04e3
commit
d5cbd5dc33
|
@ -19,6 +19,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
"nzbplanet.net",
|
||||
"nzbid.org",
|
||||
"nzbndx.com",
|
||||
"nzbindex.in"
|
||||
};
|
||||
|
||||
private static bool ShouldHaveApiKey(NewznabSettings settings)
|
||||
|
|
Loading…
Reference in New Issue