mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Pass timestamp when redirecting youtu.be style
This commit is contained in:
parent
04d65a164c
commit
7cef1a840d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue