mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Fixed: (Beyond-HD) Category filtering
This commit is contained in:
@@ -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())
|
||||||
|
Reference in New Issue
Block a user