Fixed: (HDSpace) Use query params

This commit is contained in:
Qstick 2021-06-28 22:43:30 -04:00
parent fe8247df8a
commit 889591d0b1

View file

@ -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;