summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-02 22:27:05 +0300
committerPaul Buetow <paul@buetow.org>2026-05-02 22:27:05 +0300
commit7c72b818a4ec87e4895eb6fff28b8869ef9f4615 (patch)
treeef5cdb8d9109beb7150de3bdde08c056863d4332 /web/index.html
parente391bea837f9740aa8b303dedb6f87c09abd4201 (diff)
show buffered media progress
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 23ae0f0..7ea78b8 100644
--- a/web/index.html
+++ b/web/index.html
@@ -90,6 +90,7 @@
<button id="btn-play" class="icon-btn" aria-label="Play/Pause (Space/p)">▶</button>
<div class="time" id="time-elapsed">0:00</div>
<div id="progress-track" class="progress-track" tabindex="0" aria-label="Seek">
+ <div id="progress-buffered" class="progress-buffered"></div>
<div id="progress-fill" class="progress-fill"></div>
<div id="progress-thumb" class="progress-thumb" aria-hidden="true"></div>
</div>