mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Fixed default KAT url
This commit is contained in:
parent
b5cfa72c31
commit
d3c1deb203
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
|
||||||
|
|
||||||
public KickassTorrentsSettings()
|
public KickassTorrentsSettings()
|
||||||
{
|
{
|
||||||
BaseUrl = "http://kickass.so";
|
BaseUrl = "http://kickass.to";
|
||||||
VerifiedOnly = true;
|
VerifiedOnly = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue