mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 01:28:02 +00:00
correct dlna param positions
This commit is contained in:
committed by
Tim Hobbs
parent
87c8c429e7
commit
b95f8f5f5c
@@ -911,7 +911,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
public Task<Stream> EncodeImage(ImageEncodingOptions options, CancellationToken cancellationToken)
|
||||
{
|
||||
return new ImageEncoder(FFMpegPath, _logger, _fileSystem).EncodeImage(options, cancellationToken);
|
||||
return new ImageEncoder(FFMpegPath, _logger, _fileSystem, _appPaths).EncodeImage(options, cancellationToken);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user