1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-30 02:41:45 +00:00

Updated Kickass Url to new TLD.

This commit is contained in:
Taloth Saldono 2014-11-19 20:02:25 +01:00
parent d9cc0d4600
commit 102acae972

View file

@ -22,7 +22,7 @@ public class KickassTorrentsSettings : IProviderConfig
public KickassTorrentsSettings()
{
BaseUrl = "http://kickass.to";
BaseUrl = "http://kickass.so";
VerifiedOnly = true;
}