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

Method loadCurrentPlaylistIndex

syncplay/client.py:2114–2116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2112 return self._previousPlaylist is not None and currentPlaylist != self._previousPlaylist
2113
2114 def loadCurrentPlaylistIndex(self):
2115 if self._notPlayingCurrentIndex():
2116 self.switchToNewPlaylistIndex(self._playlistIndex)
2117
2118 @needsSharedPlaylistsEnabled
2119 def advancePlaylistCheck(self):

Callers 2

fileSwitchFoundFilesMethod · 0.80

Calls 2

Tested by

no test coverage detected