mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
Fixed default KAT url
This commit is contained in:
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
|
||||
|
||||
public KickassTorrentsSettings()
|
||||
{
|
||||
BaseUrl = "http://kickass.so";
|
||||
BaseUrl = "http://kickass.to";
|
||||
VerifiedOnly = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user