1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-23 14:41:27 +00:00

Fixed default KAT url

This commit is contained in:
Mark McDowall 2015-02-09 13:04:55 -08:00
parent b5cfa72c31
commit d3c1deb203

View file

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
public KickassTorrentsSettings()
{
BaseUrl = "http://kickass.so";
BaseUrl = "http://kickass.to";
VerifiedOnly = true;
}