mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
feat: add sessions stats endpoint
This commit is contained in:
committed by
Carlos Valente
parent
71c468d069
commit
82810f1cb1
@@ -293,6 +293,10 @@ class RuntimeService {
|
||||
return success;
|
||||
}
|
||||
|
||||
public getRuntimeState() {
|
||||
return { playback: runtimeState.getState().timer.playback };
|
||||
}
|
||||
|
||||
/**
|
||||
* starts event matching given ID
|
||||
* @param {string} eventId
|
||||
|
||||
Reference in New Issue
Block a user