Skip to content

Commit

Permalink
Reduce disruption when changing room (Syncplay#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored and albertosottile committed Sep 30, 2020
1 parent e0b3857 commit 90699da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syncplay/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def sendSet(self, setting):

def sendRoomSetting(self, roomName, password=None):
setting = {}
self.hadFirstStateUpdate = False
self.hadFirstPlaylistIndex = False
setting["name"] = roomName
if password:
setting["password"] = password
Expand Down

0 comments on commit 90699da

Please sign in to comment.