TSK-1361 Video sometimes doesn't work (#3106)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-28 12:57:57 +06:00 committed by GitHub
parent 71705674f3
commit 8131ee912f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
{:else if type === 'video'}
<div class="content buttonContainer flex-center">
<video controls>
<source src={getFileUrl(value.file)} type={value.type} />
<source src={getFileUrl(value.file)} />
<track kind="captions" label={value.name} />
<div class="container">
<AttachmentPresenter {value} />