Fixed userlist not refreshing properly in isolation mode.
This commit is contained in:
parent
b80ed7d8b0
commit
9b21302372
@ -304,13 +304,13 @@ class SyncplayClient(object):
|
|||||||
|
|
||||||
def setRoom(self, roomName):
|
def setRoom(self, roomName):
|
||||||
self.userlist.currentUser.room = roomName
|
self.userlist.currentUser.room = roomName
|
||||||
self.getUserList()
|
|
||||||
|
|
||||||
def sendRoom(self):
|
def sendRoom(self):
|
||||||
room = self.userlist.currentUser.room
|
room = self.userlist.currentUser.room
|
||||||
if(self._protocol and self._protocol.logged and room):
|
if(self._protocol and self._protocol.logged and room):
|
||||||
self._protocol.sendRoomSetting(room)
|
self._protocol.sendRoomSetting(room)
|
||||||
|
self.getUserList()
|
||||||
|
|
||||||
def getRoom(self):
|
def getRoom(self):
|
||||||
return self.userlist.currentUser.room
|
return self.userlist.currentUser.room
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user