mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Lots of work on the movie details page !wip
This commit is contained in:
parent
cdec1f4f27
commit
947fe8308d
13 changed files with 197 additions and 23 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue