mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
channel fixes
This commit is contained in:
parent
ca5989cb17
commit
3ccecd3ca3
39 changed files with 287 additions and 1121 deletions
|
|
@ -853,7 +853,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
public Task<Stream> EncodeImage(ImageEncodingOptions options, CancellationToken cancellationToken)
|
||||
{
|
||||
return new ImageEncoder(FFMpegPath, _logger, _fileSystem, _appPaths).EncodeImage(options, cancellationToken);
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue