mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 19:20:19 +02:00
Fixed: (HDSpace) Use query params
This commit is contained in:
parent
fe8247df8a
commit
889591d0b1
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ private IEnumerable<IndexerRequest> GetPagedRequests(string term, int[] categori
|
|||
queryCollection.Add("search", term);
|
||||
}
|
||||
|
||||
searchUrl += queryCollection.GetQueryString();
|
||||
|
||||
var request = new IndexerRequest(searchUrl, HttpAccept.Html);
|
||||
|
||||
yield return request;
|
||||
|
|
|
|||
Loading…
Reference in a new issue