diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 16:45:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 16:45:55 +0300 |
| commit | 048d16b8aa253c93d4ae0cd1c313bf8d8b12f368 (patch) | |
| tree | ab7b288399e5e0b9ed9ebdfcc157b061cf5bbc7a /web/index.html | |
| parent | 65ee2e4d7f2be8036457e3cdca0e26e09eb56e0b (diff) | |
Add player stage collapse, multi-set selection, grid nav, m4b support, content-type fixes, thumbnail refresh, and verbose logging
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 6152814..626ee25 100644 --- a/web/index.html +++ b/web/index.html @@ -73,7 +73,7 @@ <!-- Player: hidden until something plays --> <aside id="player" class="player" aria-label="Player"> <div class="stage"> - <video id="media-video" playsinline preload="none" controlslist="nodownload"></video> + <video id="media-video" playsinline controlslist="nodownload"></video> <audio id="media-audio" class="hidden"></audio> <img id="cover-art" class="cover-art hidden" alt="Cover" loading="lazy"> <div id="big-play" class="big-play" role="button" aria-label="Play" tabindex="0"> |
