mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
fixes #2335 - Raw image not showing in webbrowser
This commit is contained in:
parent
165069ce63
commit
edfae37331
3 changed files with 78 additions and 4 deletions
|
|
@ -102,6 +102,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
IProgress<double> progress,
|
||||
CancellationToken cancellationToken);
|
||||
|
||||
Task ConvertImage(string inputPath, string outputPath);
|
||||
|
||||
/// <summary>
|
||||
/// Escapes the subtitle filter path.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue