mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Implement Avistaz
This commit is contained in:
15
src/Jackett/Models/ManualSearchResult.cs
Normal file
15
src/Jackett/Models/ManualSearchResult.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Jackett.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jackett
|
||||
{
|
||||
public class ManualSearchResult
|
||||
{
|
||||
public List<TrackerCacheResult> Results { get; set; }
|
||||
public List<string> Indexers { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user