mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
queryCollection.Add("search", term);
|
||||
}
|
||||
|
||||
searchUrl += queryCollection.GetQueryString();
|
||||
|
||||
var request = new IndexerRequest(searchUrl, HttpAccept.Html);
|
||||
|
||||
yield return request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue