mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix(music-together): fix remove unused SYNC_QUEUE from host
This commit is contained in:
@ -237,9 +237,6 @@ export default createPlugin<
|
||||
...event.payload,
|
||||
videoList,
|
||||
});
|
||||
await this.connection?.broadcast('SYNC_QUEUE', {
|
||||
videoList,
|
||||
});
|
||||
break;
|
||||
}
|
||||
case 'REMOVE_SONG': {
|
||||
|
||||
Reference in New Issue
Block a user