something changed?

This commit is contained in:
Josh Patra
2025-04-20 15:35:16 -04:00
parent 23539b7872
commit 737ec9bd14

View File

@@ -306,9 +306,11 @@
function playSegment() {
if (!widgetReady || loading) return;
stopAllTimers();
currentPosition = 0;
widget.seekTo(0);
widget.play();
startPolling();
}
function togglePlayPause() {