mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
chore: rename currentBlock > parent
This commit is contained in:
@@ -733,7 +733,7 @@ export function loadBlock(rundown: Rundown, state = runtimeState) {
|
||||
return;
|
||||
}
|
||||
|
||||
const currentBlockId = state.eventNow.currentBlock;
|
||||
const currentBlockId = state.eventNow.parent;
|
||||
|
||||
// update time only if the block has changed
|
||||
if (state.currentBlock.block?.id != currentBlockId) {
|
||||
|
||||
Reference in New Issue
Block a user