mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Finished the main part of #844 just need testing
This commit is contained in:
parent
b3c7d83529
commit
0811a89c86
26 changed files with 820 additions and 91 deletions
|
@ -24,11 +24,19 @@
|
|||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
// ************************************************************************/
|
||||
#endregion
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Ombi.Api.Models.Watcher
|
||||
{
|
||||
public class WatcherAddMovieResult
|
||||
{
|
||||
public string status { get; set; }
|
||||
public string message { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string ErrorMessage { get; set; }
|
||||
[JsonIgnore]
|
||||
public bool Error { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue