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:
parent
2495a2f64e
commit
ad3c56e83b
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue