mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-11 00:59:35 +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}>
|
<span className={style.oscLabel}>
|
||||||
{`/ontime/goto ${eventIndex} << OSC >> /ontime/gotoid ${oscid}`}
|
{`/ontime/goto ${eventIndex + 1} << OSC >> /ontime/gotoid ${oscid}`}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user