mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +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)
|
||||
{
|
||||
body.Add("categories", string.Join(",", cats));
|
||||
body.Add("categories", cats.Select(int.Parse).ToArray());
|
||||
}
|
||||
|
||||
if (_settings.SearchTypes.Any())
|
||||
|
Reference in New Issue
Block a user