mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-26 15:37:24 +00:00
Pass timestamp when redirecting youtu.be style
This commit is contained in:
parent
04d65a164c
commit
7cef1a840d
@ -9,7 +9,7 @@ export default {
|
|||||||
if (videoId)
|
if (videoId)
|
||||||
this.$router.replace({
|
this.$router.replace({
|
||||||
path: "/watch",
|
path: "/watch",
|
||||||
query: { v: videoId },
|
query: { v: videoId, t: this.$route.query.t },
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user