navbar changes, radio/webplayer rewrite + additional stations

This commit is contained in:
2025-07-17 06:55:01 -04:00
parent 8f7b0f2719
commit 11b5dfb09d
9 changed files with 330 additions and 126 deletions

View File

@ -23,9 +23,13 @@ initialize = () => {
var sound = new Howl({
src: ["https://stream.codey.lol/sfm.ogg"],
html5: true,
// onend: () => { sound.unload(); }
onloaderror: (id) => { console.log(`Fail: ${id}`) },
onplayerror: (id) => { console.log(`Fail b: ${id}`)},
onend: (e) => { sound.play(); }
});
console.log(sound);
let currentTime = 0;
let currentDuration = 0;
let currentUUID = null;