feat: server-side volume control feature added, playlist & folder video management

This commit is contained in:
YusufB5 2026-06-04 16:14:23 +03:00
parent fd422b5100
commit 5fad7c5aa9
6 changed files with 344 additions and 101 deletions

View file

@ -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>