mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added four new endpoints to change the availability for TV shows and Movies #1601
This commit is contained in:
parent
b4d01386a6
commit
f5ffa78304
14 changed files with 207 additions and 44 deletions
|
@ -14,5 +14,8 @@ namespace Ombi.Core.Engine.Interfaces
|
|||
Task<IEnumerable<T>> GetRequests(int count, int position);
|
||||
Task<IEnumerable<T>> GetRequests();
|
||||
Task<bool> UserHasRequest(string userId);
|
||||
|
||||
Task<RequestEngineResult> MarkUnavailable(int modelId);
|
||||
Task<RequestEngineResult> MarkAvailable(int modelId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue