[ticket/16863] Support playing video attachments

PHPBB3-16863
This commit is contained in:
3D-I 2021-08-30 22:06:54 +02:00
parent 8726a6a3cb
commit 5e796a1e86

View file

@ -1323,7 +1323,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a
$update_count_ary[] = $attachment['attach_id'];
break;
// Audio files
// Video files
case ATTACHMENT_CATEGORY_VIDEO:
$block_array += [
'S_VIDEO_FILE' => true,