.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")