mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 21:21:13 -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
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class RequestEngineResult
|
||||
{
|
||||
public bool RequestAdded { get; set; }
|
||||
public bool Result { get; set; }
|
||||
public string Message { get; set; }
|
||||
public bool IsError => !string.IsNullOrEmpty(ErrorMessage);
|
||||
public string ErrorMessage { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue