Added a "clear playlist" admin function on the client

This commit is contained in:
Kristy Fournier 2026-01-22 00:10:59 -05:00
parent 6a04ac30f5
commit 1e1eac4aa4
3 changed files with 28 additions and 2 deletions

View file

@ -102,6 +102,11 @@ changes visibility with JS-->
<input type="checkbox" title="volumechangecheck" id="volumechangesettingcheckbox"><label for="volumechangesettingcheckbox">Change volume</label><br>
</div>
</div>
<div class="item">
<h2>Clear the playlist</h2>
<p class="italic" title="With PartyMode enabled, the second song will be added back randomly">Wipe the playlist, except the currently playing song*</p>
<button id="clear-button">Clear Playlist</button>
</div>
<p class="versionNumber">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox>here</a>.</p>
</div>
</div>