mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/16863] Support playing video attachments
PHPBB3-16863
This commit is contained in:
parent
8726a6a3cb
commit
5e796a1e86
1 changed files with 1 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a
|
||||||
$update_count_ary[] = $attachment['attach_id'];
|
$update_count_ary[] = $attachment['attach_id'];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Audio files
|
// Video files
|
||||||
case ATTACHMENT_CATEGORY_VIDEO:
|
case ATTACHMENT_CATEGORY_VIDEO:
|
||||||
$block_array += [
|
$block_array += [
|
||||||
'S_VIDEO_FILE' => true,
|
'S_VIDEO_FILE' => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue