Fixed a issue with the proxy and also fixed build

This commit is contained in:
Jamie Rees 2019-04-04 22:51:53 +01:00
commit a1e0042966
6 changed files with 33 additions and 7 deletions

View file

@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using Ombi.Store.Entities;
namespace Ombi.Core.Models.Search.V2
@ -16,6 +17,7 @@ namespace Ombi.Core.Models.Search.V2
public string Overview { get; set; }
public string PosterPath { get; set; }
public string Title { get; set; }
public DateTime ReleaseDate { get; set; }
public override RequestType Type => RequestType.Movie;