diff --git a/src/components/VideoRedirect.vue b/src/components/VideoRedirect.vue index 91763534..be13ac65 100644 --- a/src/components/VideoRedirect.vue +++ b/src/components/VideoRedirect.vue @@ -9,7 +9,7 @@ export default { if (videoId) this.$router.replace({ path: "/watch", - query: { v: videoId }, + query: { v: videoId, t: this.$route.query.t }, }); }, };