浏览代码

Merge branch 'revert-6391a6a4' into 'develop'

Reduce the timestamp pf videos so that they start at beginning

See merge request pleroma/pleroma-fe!1890
HJ 9 月之前
父节点
当前提交
db33d58ba7
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      changelog.d/video-poster.update.skip
  2. 1 1
      src/components/video_attachment/video_attachment.vue

+ 1 - 0
changelog.d/video-poster.update.skip

@@ -0,0 +1 @@
+nothing

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

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