Skip to content

Commit

Permalink
Remove duplicated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 19, 2024
1 parent 680bf46 commit 52a91a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NzbDrone.Core/Indexers/Definitions/SceneHD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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())) }
};

Expand Down

0 comments on commit 52a91a5

Please sign in to comment.