mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-03 14:11:08 +00:00
parent
8073a1a7f5
commit
7d9247af36
1 changed files with 6 additions and 1 deletions
|
@ -379,7 +379,12 @@ export default {
|
|||
await Share.share({
|
||||
title: this.video.title,
|
||||
text: this.video.title,
|
||||
url: "https://youtu.be/" + this.$route.query.v,
|
||||
url:
|
||||
"https://youtu.be/" +
|
||||
this.$route.query.v +
|
||||
"?t=" +
|
||||
Math.round(this.$refs.player.getPlayer().currentTime) +
|
||||
"s",
|
||||
dialogTitle: "Share video",
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue