mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 21:47:25 +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({
|
this.player.hotkeys({
|
||||||
volumeStep: 0.1,
|
volumeStep: 0.1,
|
||||||
seekStep: 5,
|
seekStep: 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user