everything but the auto-updating settings should be working

and also skipping isnt working on the playlist page
This commit is contained in:
Kristy Fournier 2025-07-18 20:13:18 -04:00
parent f41255e456
commit 1910b30acc
2 changed files with 32 additions and 5 deletions

View file

@ -92,7 +92,7 @@ changes visibility with JS-->
<div class="item">
<h2>Admin Password:</h2>
<p class="italic">Enter to use admin restricted functions</p>
<input placeholder="Wordpass12" title="Admin password box" id="adminpasswordbox">
<input placeholder="Wordpass12" type="password" title="Admin password box" id="adminpasswordbox">
</div>
<div class=item>
<h2>Fine action control:</h2>
@ -101,7 +101,7 @@ changes visibility with JS-->
<input type="checkbox" title="addsongcheck" id="addsongsettingcheckbox"><label for="addsongsettingcheckbox">Add songs to queue</label><br>
<input type="checkbox" title="skipsongcheck" id="skipsongsettingcheckbox"><label for="skipsongsettingcheckbox">Skip songs</label><br>
<input type="checkbox" title="playpausecheck" id="playpausesettingcheckbox"><label for="playpausesettingcheckbox">Play/pause</label><br>
<input type="checkbox" title="partymodecheck" id="partymodesettingscheckbox"><label for="partymodesettingscheckbox">Toggle Party Mode</label><br>
<input type="checkbox" title="partymodecheck" id="partymodesettingcheckbox"><label for="partymodesettingcheckbox">Toggle Party Mode</label><br>
<input type="checkbox" title="volumechangecheck" id="volumechangesettingcheckbox"><label for="volumechangesettingcheckbox">Change volume</label><br>
</div>
</div>