mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
New: Added HD4Free.xyz to Torznab presets since that site now supports it.
This commit is contained in:
parent
84128482f4
commit
6abda8adef
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
yield return GetDefinition("HDAccess.net", GetSettings("http://hdaccess.net"));
|
yield return GetDefinition("HDAccess.net", GetSettings("http://hdaccess.net"));
|
||||||
|
yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||||
private static readonly string[] ApiKeyWhiteList =
|
private static readonly string[] ApiKeyWhiteList =
|
||||||
{
|
{
|
||||||
"hdaccess.net",
|
"hdaccess.net",
|
||||||
|
"hd4free.xyz",
|
||||||
};
|
};
|
||||||
|
|
||||||
private static bool ShouldHaveApiKey(TorznabSettings settings)
|
private static bool ShouldHaveApiKey(TorznabSettings settings)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue