mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
fix: MOV
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
>
|
||||
<source
|
||||
:src="video.url"
|
||||
:type="video.type"
|
||||
:type="video.type === 'video/quicktime' ? 'video/mp4' : video.type"
|
||||
>
|
||||
</video>
|
||||
<i class="fas fa-eye-slash" @click="hide = true"></i>
|
||||
|
Reference in New Issue
Block a user