1
0

fix: don't show filename as alt text

This commit is contained in:
ShittyKopper
2023-11-27 23:55:43 +03:00
parent 2f5c51c1ca
commit 62a5793e71
4 changed files with 8 additions and 8 deletions
@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
ref="videoEl"
:class="$style.video"
:poster="video.thumbnailUrl"
:title="video.comment"
:title="video.comment ?? undefined"
:alt="video.comment"
preload="none"
controls