mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 03:04:53 +00:00
Naming refactoring and WIP porting of new interface repositories
This commit is contained in:
parent
15bf43e3ad
commit
be48cdd9e9
32 changed files with 601 additions and 367 deletions
|
|
@ -28,7 +28,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||
private readonly IFileSystem _fileSystem;
|
||||
private readonly ILogger<EncodingManager> _logger;
|
||||
private readonly IMediaEncoder _encoder;
|
||||
private readonly IChapterManager _chapterManager;
|
||||
private readonly IChapterRepository _chapterManager;
|
||||
private readonly ILibraryManager _libraryManager;
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -40,7 +40,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||
ILogger<EncodingManager> logger,
|
||||
IFileSystem fileSystem,
|
||||
IMediaEncoder encoder,
|
||||
IChapterManager chapterManager,
|
||||
IChapterRepository chapterManager,
|
||||
ILibraryManager libraryManager)
|
||||
{
|
||||
_logger = logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue