Ombi/PlexRequests.Api.Models/Movie/CouchPotatoStatus.cs
2016-03-14 14:03:01 +00:00

13 lines
266 B
C#

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