mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: Use Gazelle freelech tokens. (#465)
This commit is contained in:
parent
04e84f3a90
commit
3c9fbeabaa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue