mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (HDSpace) Use query params
This commit is contained in:
@@ -173,6 +173,8 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
queryCollection.Add("search", term);
|
||||
}
|
||||
|
||||
searchUrl += queryCollection.GetQueryString();
|
||||
|
||||
var request = new IndexerRequest(searchUrl, HttpAccept.Html);
|
||||
|
||||
yield return request;
|
||||
|
Reference in New Issue
Block a user