mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: (Beyond-HD) Types filtering
This commit is contained in:
@@ -143,7 +143,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
|
||||
if (searchTypes.Any())
|
||||
{
|
||||
body.Add("types", string.Join(",", searchTypes));
|
||||
body.Add("types", searchTypes.ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user