Fixed: Use unmodified titles when searching Nyaa

Towards #1225
This commit is contained in:
Mark McDowall 2021-10-05 12:09:33 -07:00
parent 747a4164e2
commit bb89fb0867
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace NzbDrone.Core.Indexers.Nyaa
{
var pageableRequests = new IndexerPageableRequestChain();
foreach (var queryTitle in searchCriteria.CleanSceneTitles)
foreach (var queryTitle in searchCriteria.SceneTitles)
{
var searchTitle = PrepareQuery(queryTitle);