1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

added nzbindex.in to list of newznab indexers that require API Key.

This commit is contained in:
kayone 2013-12-02 14:41:19 -08:00
parent 37ae2d04e3
commit d5cbd5dc33

View File

@ -19,6 +19,7 @@ public class NewznabSettingsValidator : AbstractValidator<NewznabSettings>
"nzbplanet.net",
"nzbid.org",
"nzbndx.com",
"nzbindex.in"
};
private static bool ShouldHaveApiKey(NewznabSettings settings)