diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index fdff36d4..024d94ae 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -169,6 +169,9 @@ export default { ); } + if (this.$route.query.t) + this.player.currentTime(this.$route.query.t); + this.player.hotkeys({ volumeStep: 0.1, seekStep: 5,