From 07a23c522550a01ae45a6c3f8ed7423df7eb4963 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Fri, 8 Aug 2025 12:15:29 +0000 Subject: [PATCH] fix(multiplayer): cannot play the next item when the count of items > 1 --- app/models/multiplayer_hub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/multiplayer_hub.py b/app/models/multiplayer_hub.py index bf08ff0..13c7119 100644 --- a/app/models/multiplayer_hub.py +++ b/app/models/multiplayer_hub.py @@ -652,6 +652,7 @@ class MultiplayerQueue: ): assert self.room.host await self.add_item(self.current_item.clone(), self.room.host) + await self.update_current_item() async def update_queue_mode(self): if self.room.settings.queue_mode == QueueMode.HOST_ONLY and all(