Started the Radarr Settings #865

This commit is contained in:
Jamie.Rees 2017-06-01 08:49:14 +01:00
commit 7595ccf6c4
34 changed files with 637 additions and 33 deletions

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using Ombi.Store.Entities;
namespace Ombi.Core.Models.Requests
namespace Ombi.Core.Models.Requests.Movie
{
public class MovieRequestModel : BaseRequestModel
{