1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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 @@ public class KickassTorrentsSettings : IProviderConfig
public KickassTorrentsSettings()
{
BaseUrl = "http://kickass.so";
BaseUrl = "http://kickass.to";
VerifiedOnly = true;
}