Merge pull request #1345 from AlyoshaVasilieva/passv

Pass timestamp when redirecting youtu.be style
This commit is contained in:
Kavin
2022-08-29 18:35:34 +05:30
committed by GitHub

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 },
});
},
};