Lots of work on the movie details page !wip

This commit is contained in:
tidusjar 2019-01-30 21:39:47 +00:00
parent cdec1f4f27
commit 947fe8308d
13 changed files with 197 additions and 23 deletions

View file

@ -99,7 +99,9 @@ namespace Ombi.DependencyInjection
public static void RegisterEnginesV2(this IServiceCollection services)
{
services.AddTransient<IMultiSearchEngine, MultiSearchEngine>();
services.AddTransient<IMovieEngineV2, MovieSearchEngineV2>();
}
public static void RegisterHttp(this IServiceCollection services)
{
services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();