mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-19 11:20:49 +02:00
Remove duplicated parameter
This commit is contained in:
parent
680bf46e25
commit
52a91a50b2
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ private IEnumerable<IndexerRequest> GetPagedRequests(string term, int[] categori
|
|||
{
|
||||
{ "api", "" },
|
||||
{ "passkey", _settings.Passkey },
|
||||
{ "search", string.Join(" ", search.Where(s => s.IsNotNullOrWhiteSpace())) },
|
||||
{ "search", string.Join(" ", search.Where(s => s.IsNotNullOrWhiteSpace())) }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue