mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed #3794
This commit is contained in:
parent
c9de7c165c
commit
0afe5de211
5 changed files with 153 additions and 60 deletions
|
@ -101,6 +101,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<IVoteEngine, VoteEngine>();
|
||||
services.AddTransient<IDemoMovieSearchEngine, DemoMovieSearchEngine>();
|
||||
services.AddTransient<IDemoTvSearchEngine, DemoTvSearchEngine>();
|
||||
services.AddTransient<IUserDeletionEngine, UserDeletionEngine>();
|
||||
}
|
||||
|
||||
public static void RegisterEnginesV2(this IServiceCollection services)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue