[UI] Use thumbnail path for thumbs

This commit is contained in:
2021-04-19 12:20:10 +01:00
committed by Hugo Sales
parent e1995f44ce
commit 3afa872cec
4 changed files with 20 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class ImageEncoder extends Plugin
{
$original_mimetype = $mimetype ?? $sfile->getMimeType();
// TODO: Encode in place
$mimetype = self::preferredType();
//$mimetype = self::preferredType();
return Event::stop;
}