mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-26 06:40:53 +02:00
Fixed: (Beyond-HD) Types filtering
This commit is contained in:
parent
1b1f9d16be
commit
793de05e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ private IEnumerable<IndexerRequest> GetPagedRequests(SearchCriteriaBase searchCr
|
|||
|
||||
if (searchTypes.Any())
|
||||
{
|
||||
body.Add("types", string.Join(",", searchTypes));
|
||||
body.Add("types", searchTypes.ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue