mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 10:18:45 -04:00
something changed?
This commit is contained in:
@@ -306,9 +306,11 @@
|
||||
|
||||
function playSegment() {
|
||||
if (!widgetReady || loading) return;
|
||||
stopAllTimers();
|
||||
currentPosition = 0;
|
||||
widget.seekTo(0);
|
||||
widget.play();
|
||||
startPolling();
|
||||
}
|
||||
|
||||
function togglePlayPause() {
|
||||
|
Reference in New Issue
Block a user