mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Lots of workings to search processing, UI Categories
This commit is contained in:
@@ -16,5 +16,8 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
public List<int> IndexerIds { get; set; }
|
||||
public string SearchTerm { get; set; }
|
||||
public int[] Categories { get; set; }
|
||||
public string SearchType { get; set; }
|
||||
public int? Limit { get; set; }
|
||||
public int? Offset { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user