1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

.NETCore: fix manual search categories

This commit is contained in:
kaso17 2018-07-30 17:39:28 +02:00
parent 2495a2f64e
commit ad3c56e83b

View file

@ -202,6 +202,7 @@ namespace Jackett.Server.Controllers
if (t.Key == "Category[]")
{
request.Category = t.Value.ToString().Split(',').Select(Int32.Parse).ToArray();
CurrentQuery.Categories = request.Category;
}
if (t.Key == "query")