This commit is contained in:
tidusjar 2017-01-25 21:22:28 +00:00
commit 2d1ad10b70
4 changed files with 19 additions and 2 deletions

View file

@ -36,5 +36,7 @@ namespace Ombi.Core
/// <c>true</c> if [movie sending enabled]; otherwise, <c>false</c>.
/// </value>
public bool MovieSendingEnabled { get; set; }
public bool Error { get; set; }
}
}