From 62a036750f8beb28b2509fc1346b0ae1696640cf Mon Sep 17 00:00:00 2001 From: et0h Date: Mon, 25 May 2020 11:15:57 +0100 Subject: [PATCH] Reduce disruption when changing room (#315) --- syncplay/protocols.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncplay/protocols.py b/syncplay/protocols.py index aef41da..7e780a5 100755 --- a/syncplay/protocols.py +++ b/syncplay/protocols.py @@ -206,6 +206,8 @@ class SyncClientProtocol(JSONCommandProtocol): def sendRoomSetting(self, roomName, password=None): setting = {} + self.hadFirstStateUpdate = False + self.hadFirstPlaylistIndex = False setting["name"] = roomName if password: setting["password"] = password