Inject DownloadableFileFilter in Service.DiConfig

This commit is contained in:
Cucumberrbob 2025-03-03 11:54:01 +00:00
parent b95dbcc824
commit a02fcc6c1e
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -37,6 +37,8 @@ public static class DiConfig
services.AddScoped<TorrentRunner>();
services.AddScoped<DebridLinkClient>();
services.AddSingleton<IDownloadableFileFilter, DownloadableFileFilter>();
services.AddSingleton<IAuthorizationHandler, AuthSettingHandler>();
services.AddHostedService<ProviderUpdater>();