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