1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-27 18:28:19 +00:00

Removed HDAccess.net torznab preset since the site has stopped.

This commit is contained in:
Taloth Saldono 2015-06-28 17:45:32 +02:00
parent c9d0bc7148
commit dc75c44a50

View file

@ -40,7 +40,6 @@ namespace NzbDrone.Core.Indexers.Torznab
{
get
{
yield return GetDefinition("HDAccess.net", GetSettings("http://hdaccess.net"));
yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz"));
}
}