rearranged, started using different wgsi server

This commit is contained in:
Kristy Fournier 2026-03-04 19:51:28 -05:00
parent 8d78960f0b
commit a2433e0e5e
3 changed files with 5 additions and 2 deletions

View file

@ -111,7 +111,7 @@ changes visibility with JS-->
</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>
<p class="italic" >Wipe the playlist, except the currently playing song. With PartyMode enabled, a second song will be added back randomly</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" target="_blank">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox target="_blank">here</a>.</p>

View file

@ -83,7 +83,7 @@ async function getFromServer(bodyInfo, source="", secure=false, password=adminPa
if (e.toString().includes("TypeError: Failed to fetch")){
alertText("Error: Can't Connect to Server (is the ip set?)")
} else {
alertText("Error: " + e);
alertText(e);
}
const response=null;
return response;