fix: disable auto-play

This commit is contained in:
JellyBrick
2023-11-29 18:05:32 +09:00
parent bbff0a6bc2
commit e1690720b3

View File

@ -59,6 +59,9 @@ export default createPlugin<
e.target.pause();
}
},
async start({ getConfig }) {
this.config = await getConfig();
},
onPlayerApiReady(api) {
this.api = api;