Added the TV Requests grid

This commit is contained in:
Jamie Rees 2019-03-18 13:37:40 +00:00
parent 40c9c82eaf
commit f80ef6bb24
15 changed files with 251 additions and 32 deletions

View file

@ -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);
}
}