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

Method setPlaylist

syncplay/protocols.py:637–643  ·  view source on GitHub ↗
(self, username, files)

Source from the content-addressed store, hash-verified

635 })
636
637 def setPlaylist(self, username, files):
638 self.sendSet({
639 "playlistChange": {
640 "user": username,
641 "files": files
642 }
643 })
644
645 def setPlaylistIndex(self, username, index):
646 self.sendSet({

Callers

nothing calls this directly

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected