mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-05 11:40:18 -05:00
Fix nullref
This commit is contained in:
parent
f77af5f6e4
commit
0ff038f0a2
@ -700,6 +700,8 @@ namespace Emby.Server.Implementations
|
||||
|
||||
serviceCollection.AddSingleton<IApplicationPaths>(ApplicationPaths);
|
||||
|
||||
serviceCollection.AddSingleton<IConfiguration>(_configuration);
|
||||
|
||||
serviceCollection.AddSingleton(JsonSerializer);
|
||||
|
||||
serviceCollection.AddSingleton(LoggerFactory);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user