Skip to content

Commit afe5fed

Browse files
committed
fix(music-together): fix remove unused SYNC_QUEUE from host
1 parent d9ead78 commit afe5fed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plugins/music-together/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ export default createPlugin<
237237
...event.payload,
238238
videoList,
239239
});
240-
await this.connection?.broadcast('SYNC_QUEUE', {
241-
videoList,
242-
});
243240
break;
244241
}
245242
case 'REMOVE_SONG': {

0 commit comments

Comments
 (0)