fixes #2335 - Raw image not showing in webbrowser

This commit is contained in:
Luke Pulverenti
2017-08-26 02:18:52 -04:00
parent 165069ce63
commit edfae37331
3 changed files with 78 additions and 4 deletions

View File

@@ -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>