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