mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
add remote fancy screen through backend
This commit is contained in:
@@ -13,6 +13,7 @@ createApp( {
|
||||
colourPalette: [],
|
||||
progressBar: 0,
|
||||
timeTracker: null,
|
||||
isReconnecting: false,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -125,7 +126,10 @@ createApp( {
|
||||
}
|
||||
|
||||
setTimeout( () => {
|
||||
self.connect();
|
||||
if ( !self.isReconnecting ) {
|
||||
self.isReconnecting = true;
|
||||
self.connect();
|
||||
}
|
||||
}, 1000 );
|
||||
}, false );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user