Got tv working on the popout cards !wip

This commit is contained in:
tidusjar 2019-02-09 00:07:36 +00:00
parent f3e781d576
commit 71ec151de1
20 changed files with 674 additions and 46 deletions

View file

@ -12,14 +12,11 @@ using Ombi.Helpers;
using Ombi.Settings.Settings.Models;
using Ombi.Store.Entities;
using Ombi.Store.Repository;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Threading.Tasks;
using Ombi.Core.Models.Search.V2;
namespace Ombi.Core.Engine
namespace Ombi.Core.Engine.V2
{
public class MovieSearchEngineV2 : BaseMediaEngine, IMovieEngineV2
{