mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
bugfix
bugfix with socket client - client now subscribes to events - client gets playstate on start
This commit is contained in:
@@ -88,6 +88,10 @@ class Timer {
|
||||
return Timer.toSeconds(this._current);
|
||||
}
|
||||
|
||||
get playState() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
// playback
|
||||
start() {
|
||||
// do we need to change
|
||||
|
||||
Reference in New Issue
Block a user