From 094cb16801970e884760e3e2a1ac0b12ae096d55 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Wed, 5 Feb 2025 20:06:46 +0100 Subject: [PATCH] awa --- components/notes/attachment.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/notes/attachment.vue b/components/notes/attachment.vue index 49039cb..93fe09c 100644 --- a/components/notes/attachment.vue +++ b/components/notes/attachment.vue @@ -12,7 +12,8 @@ preload: 'auto', sources: [ { - src: attachment.url + src: attachment.url, + type: 'video/mp4' } ] }" /> @@ -62,7 +63,8 @@ preload: 'auto', sources: [ { - src: attachment.url + src: attachment.url, + type: 'video/mp4' } ] }" />