mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
Feat/studio clock (#61)
* Studio Clock: broadcast change from integration
This commit is contained in:
@@ -38,11 +38,11 @@ export const initiateOSC = (config) => {
|
||||
|
||||
// get second part (command)
|
||||
switch (path.toLowerCase()) {
|
||||
case 'onAir':
|
||||
global.timer.onAir = true;
|
||||
case 'onair':
|
||||
global.timer.setonAir(true);
|
||||
break;
|
||||
case 'offAir':
|
||||
global.timer.onAir = false;
|
||||
case 'offair':
|
||||
global.timer.setonAir(false);
|
||||
break;
|
||||
case 'start':
|
||||
case 'play':
|
||||
|
||||
Reference in New Issue
Block a user