mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Remove duplicated parameter
This commit is contained in:
@@ -105,7 +105,6 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
{
|
||||
{ "api", "" },
|
||||
{ "passkey", _settings.Passkey },
|
||||
{ "search", string.Join(" ", search.Where(s => s.IsNotNullOrWhiteSpace())) },
|
||||
{ "search", string.Join(" ", search.Where(s => s.IsNotNullOrWhiteSpace())) }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user