mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-20 20:49:18 -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 {
|
||||
|
||||
BIN
modules/gallery/images/missing_movie.jpg
Normal file
BIN
modules/gallery/images/missing_movie.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user