Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_toggleReady
Method · 0.95
autoplayConditionsMet
Method · 0.95
Calls
2
isPlayingMusic
Method · 0.95
_recentlyAdvanced
Method · 0.95
Tested by
no test coverage detected