mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Rework startup topic handling and reenable output to logging framework (#14243)
This commit is contained in:
@@ -37,7 +37,7 @@ public class MoveTrickplayFiles : IMigrationRoutine
|
||||
ITrickplayManager trickplayManager,
|
||||
IFileSystem fileSystem,
|
||||
ILibraryManager libraryManager,
|
||||
IStartupLogger logger)
|
||||
IStartupLogger<MoveTrickplayFiles> logger)
|
||||
{
|
||||
_trickplayManager = trickplayManager;
|
||||
_fileSystem = fileSystem;
|
||||
|
||||
Reference in New Issue
Block a user