mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-28 02:27:13 +00: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 @@ public class KickassTorrentsSettings : IProviderConfig
|
|||
|
||||
public KickassTorrentsSettings()
|
||||
{
|
||||
BaseUrl = "http://kickass.so";
|
||||
BaseUrl = "http://kickass.to";
|
||||
VerifiedOnly = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue