Added four new endpoints to change the availability for TV shows and Movies #1601

This commit is contained in:
Jamie.Rees 2017-10-23 12:09:06 +01:00
parent b4d01386a6
commit f5ffa78304
14 changed files with 207 additions and 44 deletions

View file

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