mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Metasearch , fix for empty queries being converted to a single space, parent categories are now autoexpanded.
This commit is contained in:
15
src/Jackett/Models/AdminSearch.cs
Normal file
15
src/Jackett/Models/AdminSearch.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jackett.Models
|
||||
{
|
||||
public class AdminSearch
|
||||
{
|
||||
public string Query { get; set; }
|
||||
public string Tracker { get; set; }
|
||||
public int Category { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user