some progress

This commit is contained in:
janis
2023-11-02 14:18:47 +01:00
parent 6ac807e2f6
commit 34bf27d20d
4 changed files with 129 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ createApp( {
} else if ( data.type === 'currentlyPlaying' ) {
}
console.log( data.data );
};
source.onopen = () => {