Feat/studio clock (#61)

* Studio Clock: broadcast change from integration
This commit is contained in:
Carlos Valente
2021-12-13 21:50:44 +01:00
committed by GitHub
parent 80c2e9a8ba
commit 3582ce18e1
3 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -964,8 +964,10 @@ export class EventTimer extends Timer {
* @description Set onAir property of timer
* @param {boolean} onAir - whether flag is active
*/
set onAir(onAir) {
setonAir(onAir) {
this.onAir = onAir;
// broadcast change
this.broadcastThis('onAir', onAir);
}
start() {