mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
add missing element for reconnecting
This commit is contained in:
@@ -139,6 +139,7 @@ createApp( {
|
||||
};
|
||||
|
||||
source.onopen = () => {
|
||||
this.isReconnecting = false;
|
||||
this.hasLoaded = true;
|
||||
};
|
||||
|
||||
|
||||
@@ -103,6 +103,7 @@ createApp( {
|
||||
};
|
||||
|
||||
source.onopen = () => {
|
||||
this.isReconnecting = false;
|
||||
this.hasLoaded = true;
|
||||
if ( document.fonts.status === 'loaded' ) {
|
||||
document.getElementById( 'loading' ).classList.remove( 'loading' );
|
||||
|
||||
Reference in New Issue
Block a user