mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
fix: disable auto-play
This commit is contained in:
@ -59,6 +59,9 @@ export default createPlugin<
|
||||
e.target.pause();
|
||||
}
|
||||
},
|
||||
async start({ getConfig }) {
|
||||
this.config = await getConfig();
|
||||
},
|
||||
onPlayerApiReady(api) {
|
||||
this.api = api;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user