mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fire a player init event on initialization. (#2008)
This commit is contained in:
parent
7d4e070f88
commit
869489b8da
@ -471,6 +471,9 @@ export default {
|
|||||||
|
|
||||||
this.updateMarkers();
|
this.updateMarkers();
|
||||||
|
|
||||||
|
const event = new Event("playerInit");
|
||||||
|
window.dispatchEvent(event);
|
||||||
|
|
||||||
const player = this.$ui.getControls().getPlayer();
|
const player = this.$ui.getControls().getPlayer();
|
||||||
|
|
||||||
this.$player = player;
|
this.$player = player;
|
||||||
|
Loading…
Reference in New Issue
Block a user