mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added the application tester for CP #9
This commit is contained in:
parent
334a6f3d8e
commit
4c0884999e
9 changed files with 175 additions and 3 deletions
13
PlexRequests.Api.Models/Movie/CouchPotatoStatus.cs
Normal file
13
PlexRequests.Api.Models/Movie/CouchPotatoStatus.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PlexRequests.Api.Models.Movie
|
||||
{
|
||||
public class CouchPotatoStatus
|
||||
{
|
||||
public bool success { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue