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:
parent
37ae2d04e3
commit
d5cbd5dc33
@ -19,6 +19,7 @@ public class NewznabSettingsValidator : AbstractValidator<NewznabSettings>
|
||||
"nzbplanet.net",
|
||||
"nzbid.org",
|
||||
"nzbndx.com",
|
||||
"nzbindex.in"
|
||||
};
|
||||
|
||||
private static bool ShouldHaveApiKey(NewznabSettings settings)
|
||||
|
Loading…
Reference in New Issue
Block a user