mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
.NETCore: fix manual search categories
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user