bugfix with socket client
- client now subscribes to events
- client gets playstate on start
This commit is contained in:
cv
2021-04-11 13:10:57 +02:00
parent 4ce9a40e64
commit dee0ff1a5c
3 changed files with 47 additions and 16 deletions
+4
View File
@@ -88,6 +88,10 @@ class Timer {
return Timer.toSeconds(this._current);
}
get playState() {
return this.state;
}
// playback
start() {
// do we need to change