mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
small bugfix
This commit is contained in:
@@ -156,6 +156,7 @@ createApp( {
|
||||
if ( !self.isReconnecting ) {
|
||||
self.isReconnecting = true;
|
||||
self.connect();
|
||||
self.isReconnecting = false;
|
||||
}
|
||||
}, 1000 );
|
||||
}, false );
|
||||
|
||||
Reference in New Issue
Block a user