Merge pull request #5315 from BaronGreenback/FixFor5280Part2

This commit is contained in:
Joshua M. Boniface
2021-03-08 18:06:40 -05:00
committed by GitHub
9 changed files with 38 additions and 19 deletions

View File

@@ -164,6 +164,7 @@ namespace Jellyfin.Server
appPaths,
_loggerFactory,
options,
startupConfig,
new ManagedFileSystem(_loggerFactory.CreateLogger<ManagedFileSystem>(), appPaths),
serviceCollection);