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

Method seamlessMusicOveride

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

Source from the content-addressed store, hash-verified

224 return True
225
226 def seamlessMusicOveride(self):
227 return self.isPlayingMusic() and self._recentlyAdvanced()
228
229 def updatePlayerStatus(self, paused, position):
230 position -= self.getUserOffset()

Callers 2

_toggleReadyMethod · 0.95
autoplayConditionsMetMethod · 0.95

Calls 2

isPlayingMusicMethod · 0.95
_recentlyAdvancedMethod · 0.95

Tested by

no test coverage detected