mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
https://github.com/rhymix/rhymix/issues/1403 GIF로 취급 기능이 전혀 작동하지 않는 문제 수정
This commit is contained in:
parent
460c48e4d7
commit
86c96a6ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -936,9 +936,9 @@ class fileController extends file
|
||||||
$args->height = $file_info['height'];
|
$args->height = $file_info['height'];
|
||||||
$args->duration = $file_info['duration'];
|
$args->duration = $file_info['duration'];
|
||||||
|
|
||||||
// Set original type if the file is converted
|
// Set original type
|
||||||
$args->original_type = null;
|
$args->original_type = null;
|
||||||
if($file_info['converted'])
|
if($file_info['type'] !== $file_info['original_type'])
|
||||||
{
|
{
|
||||||
$args->original_type = $file_info['original_type'];
|
$args->original_type = $file_info['original_type'];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue