mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed a issue with the proxy and also fixed build
This commit is contained in:
parent
91e1db06f2
commit
a1e0042966
6 changed files with 33 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue