Fixed: (Beyond-HD) Category filtering

pull/1920/head
Bogdan 1 year ago
parent 75d8a3d1d0
commit 051dea30c2

@ -130,7 +130,7 @@ namespace NzbDrone.Core.Indexers.Definitions
if (cats.Count > 0) if (cats.Count > 0)
{ {
body.Add("categories", string.Join(",", cats)); body.Add("categories", cats.Select(int.Parse).ToArray());
} }
if (_settings.SearchTypes.Any()) if (_settings.SearchTypes.Any())

Loading…
Cancel
Save