mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
feat: goto with osc
This commit is contained in:
@@ -56,6 +56,7 @@ const initiateOSC = (config) => {
|
||||
break;
|
||||
case 'goto':
|
||||
console.log('calling goto with', args);
|
||||
global.timer.loadEventById(args.toLowerCase());
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user