Fixed: Use Gazelle freelech tokens. (#465)

pull/473/head
Nyuels 3 years ago committed by GitHub
parent 04e84f3a90
commit 3c9fbeabaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@ namespace NzbDrone.Core.Indexers.Gazelle
var url = new HttpUri(_settings.BaseUrl)
.CombinePath("/torrents.php")
.AddQueryParam("action", "download")
.AddQueryParam("useToken", _settings.UseFreeleechToken ? "1" : "0")
.AddQueryParam("usetoken", _settings.UseFreeleechToken ? "1" : "0")
.AddQueryParam("id", torrentId);
return url.FullUri;

Loading…
Cancel
Save