mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
fix: show event index as 1 based
This commit is contained in:
@@ -82,7 +82,7 @@ const ExpandedBlock = (props) => {
|
||||
}
|
||||
/>
|
||||
<span className={style.oscLabel}>
|
||||
{`/ontime/goto ${eventIndex} << OSC >> /ontime/gotoid ${oscid}`}
|
||||
{`/ontime/goto ${eventIndex + 1} << OSC >> /ontime/gotoid ${oscid}`}
|
||||
</span>
|
||||
</div>
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user