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

Method changeToPlaylistIndex

syncplay/client.py:635–636  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

633 self._protocol.setPlaylistIndex(index)
634
635 def changeToPlaylistIndex(self, *args, **kwargs):
636 self.playlist.changeToPlaylistIndex(*args, **kwargs)
637
638 def loopSingleFiles(self):
639 return self._config["loopSingleFiles"] or self.isPlayingMusic()

Callers 2

handleSetMethod · 0.45
executeCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected