chore(frontend): video sourceからtypeを削除

Resolve #7894
This commit is contained in:
tamaina 2023-08-02 08:14:17 +00:00
parent 8a72a05958
commit b465bcd601
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ SPDX-License-Identifier: AGPL-3.0-only
>
<source
:src="video.url"
:type="video.type"
>
</video>
<i class="ti ti-eye-off" :class="$style.hide" @click="hide = true"></i>