mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +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,
|
...event.payload,
|
||||||
videoList,
|
videoList,
|
||||||
});
|
});
|
||||||
await this.connection?.broadcast('SYNC_QUEUE', {
|
|
||||||
videoList,
|
|
||||||
});
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'REMOVE_SONG': {
|
case 'REMOVE_SONG': {
|
||||||
|
|||||||
Reference in New Issue
Block a user