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

Method resetAutoPlayState

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

Source from the content-addressed store, hash-verified

1069 self.autoplayTimeLeft -= 1
1070
1071 def resetAutoPlayState(self):
1072 self.autoPlay = False
1073 self.ui.updateAutoPlayState(False)
1074 self.stopAutoplayCountdown()
1075
1076 @requireServerFeature("readiness")
1077 def toggleReady(self, manuallyInitiated=True):

Callers 1

setRoomMethod · 0.95

Calls 2

stopAutoplayCountdownMethod · 0.95
updateAutoPlayStateMethod · 0.45

Tested by

no test coverage detected