mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Merge pull request #1345 from AlyoshaVasilieva/passv
Pass timestamp when redirecting youtu.be style
This commit is contained in:
commit
ef8051c2c1
@ -9,7 +9,7 @@ export default {
|
||||
if (videoId)
|
||||
this.$router.replace({
|
||||
path: "/watch",
|
||||
query: { v: videoId },
|
||||
query: { v: videoId, t: this.$route.query.t },
|
||||
});
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user