frontend: basic skeleton
This commit is contained in:
@@ -34,7 +34,7 @@ export class MediaPlayer {
|
||||
console.log(`Player process spawned, opening socket @ ${socketPath}`);
|
||||
setTimeout(() => {
|
||||
this.connectToSocket(socketPath);
|
||||
}, 200);
|
||||
}, 500);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user