stream: let the listener download the current track (/download)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7fc372f18d
commit
1f6937f22c
2 changed files with 32 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
|||
<audio id="player" controls autoplay preload="none"></audio>
|
||||
<div class="actions">
|
||||
<button id="skipBtn" type="button">⏭ Suivant</button>
|
||||
<a id="dlBtn" href="/download" download>⬇ Télécharger</a>
|
||||
</div>
|
||||
<div class="share">
|
||||
<input id="streamUrl" type="text" readonly>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue