navbar changes, radio/webplayer rewrite + additional stations
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user