mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
feat: server-side volume control feature added, playlist & folder video management
This commit is contained in:
parent
fd422b5100
commit
5fad7c5aa9
6 changed files with 344 additions and 101 deletions
|
|
@ -57,7 +57,7 @@
|
|||
<!-- Volume Control -->
|
||||
<div class="ctrl-group">
|
||||
<span class="ctrl-icon">VOL_</span>
|
||||
<input id="volume-slider" type="range" min="0" max="1" step="0.05" value="0.8">
|
||||
<input id="volume-slider" type="range" min="0" max="1" step="0.05" value="1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue