aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-01-29 22:54:10 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-01-29 22:54:10 +0000
commit303bfa6e39383ddddd988e08cde2327e1908ac1f (patch)
tree532374907e4ab2f8f15d3ea11f7b880fda128cba /src
parent90427921336879bd7b5df742a7af41d85dceeee4 (diff)
Revert "Merge branch 'video-poster' into 'develop'"
This reverts merge request !1879
Diffstat (limited to 'src')
-rw-r--r--src/components/video_attachment/video_attachment.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/video_attachment/video_attachment.vue b/src/components/video_attachment/video_attachment.vue
index 23eb4c55..8a3ea1e3 100644
--- a/src/components/video_attachment/video_attachment.vue
+++ b/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"
:loop="loopVideo"
:controls="controls"
:alt="attachment.description"