mirror of https://github.com/Sonarr/Sonarr
Fixed default KAT url
This commit is contained in:
parent
b5cfa72c31
commit
d3c1deb203
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
|
|||
|
||||
public KickassTorrentsSettings()
|
||||
{
|
||||
BaseUrl = "http://kickass.so";
|
||||
BaseUrl = "http://kickass.to";
|
||||
VerifiedOnly = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue