frontend: basic skeleton

This commit is contained in:
2025-02-15 12:15:41 -08:00
parent 4f94ca0b52
commit 852bb7a1a4
13 changed files with 145 additions and 153 deletions

View File

@@ -34,7 +34,7 @@ export class MediaPlayer {
console.log(`Player process spawned, opening socket @ ${socketPath}`);
setTimeout(() => {
this.connectToSocket(socketPath);
}, 200);
}, 500);
});
}