Pass timestamp when redirecting youtu.be style

This commit is contained in:
Malloc Voidstar 2022-08-28 20:34:25 -07:00
parent 04d65a164c
commit 7cef1a840d
No known key found for this signature in database
GPG key ID: C34BA7CBAF747755

View file

@ -9,7 +9,7 @@ export default {
if (videoId)
this.$router.replace({
path: "/watch",
query: { v: videoId },
query: { v: videoId, t: this.$route.query.t },
});
},
};