mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07: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 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue