mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
player: support for t query parameter
This commit is contained in:
parent
bc8525eb2b
commit
0799485c96
@ -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 New Issue
Block a user