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

Method sendList

syncplay/protocols.py:252–253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 self._client.userlist.showUserList()
251
252 def sendList(self):
253 self.sendMessage({"List": None})
254
255 def _extractStatePlaystateArguments(self, state):
256 position = state["playstate"]["position"] if "position" in state["playstate"] else 0

Callers 1

sendFileSettingMethod · 0.95

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected