mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the Digital Release Date back in.
Improved performance and system load when loading content #4082
This commit is contained in:
parent
4082f6ad41
commit
0c4bd10b0f
25 changed files with 320 additions and 227 deletions
|
@ -206,6 +206,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<IEmailProvider, GenericEmailProvider>();
|
||||
services.AddTransient<INotificationHelper, NotificationHelper>();
|
||||
services.AddSingleton<ICacheService, CacheService>();
|
||||
services.AddSingleton<IMediaCacheService, MediaCacheService>();
|
||||
services.AddScoped<IImageService, ImageService>();
|
||||
|
||||
services.AddTransient<IDiscordNotification, DiscordNotification>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue