Skip to content

Commit

Permalink
chore(frontend): video sourceからtypeを削除
Browse files Browse the repository at this point in the history
Resolve #7894
  • Loading branch information
tamaina committed Aug 2, 2023
1 parent 8a72a05 commit b465bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/MkMediaVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b465bcd

Please sign in to comment.