mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
bugfix: osc gotoid
- typo in loadEvent call - force string on osc parameter call
This commit is contained in:
@@ -472,7 +472,7 @@ class EventTimer extends Timer {
|
||||
|
||||
if (eventIndex === -1) return;
|
||||
this.pause();
|
||||
this.loadEvent(eventIndex, true, true);
|
||||
this.loadEvent(eventIndex, 'load', true);
|
||||
}
|
||||
|
||||
// Loads a given event
|
||||
|
||||
Reference in New Issue
Block a user