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