summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2021-07-10 23:19:56 +0900
committerGitHub <noreply@github.com>2021-07-10 23:19:56 +0900
commite24c8b687843edf41068878129a34bcb86f6d120 (patch)
tree4de4ea66caa89b5396a0ef0c605eb327ce703a5c /src
parentAP Actorの修正 (#7573) (diff)
downloadsharkey-e24c8b687843edf41068878129a34bcb86f6d120.tar.gz
sharkey-e24c8b687843edf41068878129a34bcb86f6d120.tar.bz2
sharkey-e24c8b687843edf41068878129a34bcb86f6d120.zip
Fix video (#7594)
Diffstat (limited to 'src')
-rw-r--r--src/client/components/media-video.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/components/media-video.vue b/src/client/components/media-video.vue
index 020b5e93a8..44367ee999 100644
--- a/src/client/components/media-video.vue
+++ b/src/client/components/media-video.vue
@@ -9,7 +9,6 @@
<video
:poster="video.thumbnailUrl"
:title="video.name"
- crossorigin="anonymous"
preload="none"
controls
>