mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the TV Requests grid
This commit is contained in:
parent
40c9c82eaf
commit
f80ef6bb24
15 changed files with 251 additions and 32 deletions
|
@ -23,5 +23,6 @@ namespace Ombi.Core.Engine.Interfaces
|
|||
Task<IEnumerable<TvRequests>> GetRequestsLite();
|
||||
Task UpdateQualityProfile(int requestId, int profileId);
|
||||
Task UpdateRootPath(int requestId, int rootPath);
|
||||
Task<RequestsViewModel<TvRequests>> GetRequests(int count, int position, string sortProperty, string sortOrder);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue