mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
fix(music-together): fix reconnect logic
This commit is contained in:
@ -550,7 +550,7 @@ export default createPlugin<
|
||||
},
|
||||
|
||||
onStop() {
|
||||
this.connection?.disconnect();
|
||||
if (this.connection?.mode !== 'disconnected') this.connection?.disconnect();
|
||||
this.queue?.rollbackInjection();
|
||||
this.queue?.removeQueueOwner();
|
||||
if (this.rollbackInjector) {
|
||||
|
||||
Reference in New Issue
Block a user