mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Target full framework (Mono) as well for transition period
This commit is contained in:
@@ -191,12 +191,12 @@ namespace Jackett.Server.Controllers
|
||||
{
|
||||
if (t.Key == "Tracker[]")
|
||||
{
|
||||
request.Tracker = t.Value.ToString().Split(",");
|
||||
request.Tracker = t.Value.ToString().Split(',');
|
||||
}
|
||||
|
||||
if (t.Key == "Category[]")
|
||||
{
|
||||
request.Category = t.Value.ToString().Split(",").Select(Int32.Parse).ToArray();
|
||||
request.Category = t.Value.ToString().Split(',').Select(Int32.Parse).ToArray();
|
||||
}
|
||||
|
||||
if (t.Key == "query")
|
||||
|
Reference in New Issue
Block a user