MCPcopy Create free account
hub / github.com/Syncplay/syncplay / updateAutoPlayState

Method updateAutoPlayState

syncplay/client.py:1728–1729  ·  view source on GitHub ↗
(self, newState)

Source from the content-addressed store, hash-verified

1726 self.__ui.showMessage(message, noTimestamp=noTimestamp, isMotd=isMotd)
1727
1728 def updateAutoPlayState(self, newState):
1729 self.__ui.updateAutoPlayState(newState)
1730
1731 def showUserList(self, currentUser, rooms):
1732 self.__ui.showUserList(currentUser, rooms)

Callers 1

resetAutoPlayStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected