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

Method setPlaylistIndex

syncplay/protocols.py:357–362  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

355 })
356
357 def setPlaylistIndex(self, index):
358 self.sendSet({
359 "playlistIndex": {
360 "index": index
361 }
362 })
363
364 def handleError(self, error):
365 if "startTLS" in error["message"] and not self.logged:

Callers 1

handleSetMethod · 0.45

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected