1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 17:57:43 +00:00

Updated kickass url... again

This commit is contained in:
Taloth Saldono 2015-05-16 01:11:39 +02:00
parent 944a775625
commit fe5cb9503c

View file

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