mirror of
https://github.com/Readarr/Readarr
synced 2026-04-17 18:30:55 +02:00
Fixed: Newznab "400.BadRequest" (#481)
"space" is not allowed in request url
This commit is contained in:
parent
d5b60957d9
commit
91767c1462
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ public virtual IndexerPageableRequestChain GetSearchRequests(AlbumSearchCriteria
|
|||
|
||||
pageableRequests.Add(GetPagedRequests(MaxPages, Settings.Categories, "search",
|
||||
string.Format("&q={0}",
|
||||
NewsnabifyTitle(string.Format("{0} {1}",
|
||||
NewsnabifyTitle(string.Format("{0}+{1}",
|
||||
searchCriteria.ArtistQuery,
|
||||
searchCriteria.AlbumQuery)))));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue