From afe5fed7608b49b527d18f69b0e1907f11d966f7 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 12 May 2025 20:39:23 +0900 Subject: [PATCH] fix(music-together): fix remove unused `SYNC_QUEUE` from host --- src/plugins/music-together/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/music-together/index.ts b/src/plugins/music-together/index.ts index 6234318a..36cc46ca 100644 --- a/src/plugins/music-together/index.ts +++ b/src/plugins/music-together/index.ts @@ -237,9 +237,6 @@ export default createPlugin< ...event.payload, videoList, }); - await this.connection?.broadcast('SYNC_QUEUE', { - videoList, - }); break; } case 'REMOVE_SONG': {