mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added paging to the TV Requests page
This commit is contained in:
parent
69e324c670
commit
0b2e488e8f
10 changed files with 73 additions and 17 deletions
|
@ -17,5 +17,6 @@ namespace Ombi.Core.Engine.Interfaces
|
|||
|
||||
Task<RequestEngineResult> MarkUnavailable(int modelId);
|
||||
Task<RequestEngineResult> MarkAvailable(int modelId);
|
||||
Task<int> GetTotal();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue