Added the application tester for CP #9

This commit is contained in:
tidusjar 2016-03-14 14:03:01 +00:00
commit 4c0884999e
9 changed files with 175 additions and 3 deletions

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