mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Actually use freeleech tokens for Orpheus when enabled
This commit is contained in:
@@ -75,7 +75,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
// Orpheus fails to download if usetoken=0 so we need to only add if we will use one
|
||||
if (_settings.UseFreeleechToken)
|
||||
{
|
||||
url.AddQueryParam("useToken", "1");
|
||||
url = url.AddQueryParam("useToken", "1");
|
||||
}
|
||||
|
||||
return url.FullUri;
|
||||
|
Reference in New Issue
Block a user