Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ setPlaylist
Method
setPlaylist
syncplay/protocols.py:350–355 ·
view source on GitHub ↗
(self, files)
Source
from the content-addressed store, hash-verified
348
})
349
350
def
setPlaylist(self, files):
351
self.sendSet({
352
"playlistChange"
: {
353
"files"
: files
354
}
355
})
356
357
def
setPlaylistIndex(self, index):
358
self.sendSet({
Callers
1
handleSet
Method · 0.45
Calls
1
sendSet
Method · 0.95
Tested by
no test coverage detected