mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-21 23:33:54 -04:00
Convert the missing movie placeholder over to a JPG for consistency. Fixes #1828.
This commit is contained in:
@@ -161,7 +161,7 @@ class graphics_Core {
|
||||
movie::extract_frame($input_file, $output_file);
|
||||
} catch (Exception $e) {
|
||||
// Assuming this is MISSING_FFMPEG for now
|
||||
copy(MODPATH . "gallery/images/missing_movie.png", $output_file);
|
||||
copy(MODPATH . "gallery/images/missing_movie.jpg", $output_file);
|
||||
}
|
||||
$working_file = $output_file;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user