Done the TV Request Grid

This commit is contained in:
Jamie Rees 2019-03-18 13:47:44 +00:00
parent f80ef6bb24
commit e1d2d1da20
7 changed files with 44 additions and 44 deletions

View file

@ -23,6 +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);
Task<RequestsViewModel<ChildRequests>> GetRequests(int count, int position, string sortProperty, string sortOrder);
}
}