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

Method setPlaylistIndex

syncplay/protocols.py:645–651  ·  view source on GitHub ↗
(self, username, index)

Source from the content-addressed store, hash-verified

643 })
644
645 def setPlaylistIndex(self, username, index):
646 self.sendSet({
647 "playlistIndex": {
648 "user": username,
649 "index": index
650 }
651 })
652
653 def sendUserSetting(self, username, room, file_, event):
654 room = {"name": room.getName()}

Callers

nothing calls this directly

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected