mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: (BTN) Allow ID-based with text search query
This commit is contained in:
parent
0b83986255
commit
dd5b108ffd
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
|
|||
{
|
||||
parameters.Tvrage = $"{searchCriteria.RId}";
|
||||
}
|
||||
else if (searchString.IsNotNullOrWhiteSpace())
|
||||
|
||||
if (searchString.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
parameters.Search = searchString.Replace(" ", "%");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue