Browse Source

Apply 1 suggestion(s) to 1 file(s)

HJ 9 months ago
parent
commit
0f2c5fd972
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/video_attachment/video_attachment.vue

+ 1 - 1
src/components/video_attachment/video_attachment.vue

@@ -2,7 +2,7 @@
   <video
     class="video"
     preload="metadata"
-    :src="attachment.url"
+    :src="attachment.url + '#t=0.00000000000001'"
     :loop="loopVideo"
     :controls="controls"
     :alt="attachment.description"