mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
player: support for t query parameter
This commit is contained in:
parent
bc8525eb2b
commit
0799485c96
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue