mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-17 21:36:07 +00: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