mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: (Beyond-HD) Category filtering
This commit is contained in:
parent
75d8a3d1d0
commit
051dea30c2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
|
||||
if (cats.Count > 0)
|
||||
{
|
||||
body.Add("categories", string.Join(",", cats));
|
||||
body.Add("categories", cats.Select(int.Parse).ToArray());
|
||||
}
|
||||
|
||||
if (_settings.SearchTypes.Any())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue