mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #1095 from Bond-009/fix1077
Add AppConfig to the DI service collection
This commit is contained in:
commit
0220309ea7
1 changed files with 2 additions and 0 deletions
|
@ -700,6 +700,8 @@ namespace Emby.Server.Implementations
|
|||
|
||||
serviceCollection.AddSingleton<IApplicationPaths>(ApplicationPaths);
|
||||
|
||||
serviceCollection.AddSingleton<IConfiguration>(_configuration);
|
||||
|
||||
serviceCollection.AddSingleton(JsonSerializer);
|
||||
|
||||
serviceCollection.AddSingleton(LoggerFactory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue