mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-03 04:31:36 +00:00
Reduce disruption when changing room (#315)
This commit is contained in:
parent
ad48498367
commit
62a036750f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user