1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01: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 @@ public class KickassTorrentsSettings : IProviderConfig
public KickassTorrentsSettings()
{
BaseUrl = "http://kickass.to";
BaseUrl = "http://kat.cr";
VerifiedOnly = true;
}