mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-31 03:49:11 +00:00
refactor: align property names between block and event
This commit is contained in:
committed by
Carlos Valente
parent
b66eac3c9f
commit
0726c04f20
@@ -747,8 +747,8 @@ export function processRundown(
|
||||
|
||||
// update block metadata
|
||||
processedEntry.duration = totalBlockDuration;
|
||||
processedEntry.startTime = blockStartTime;
|
||||
processedEntry.endTime = blockEndTime;
|
||||
processedEntry.timeStart = blockStartTime;
|
||||
processedEntry.timeEnd = blockEndTime;
|
||||
processedEntry.isFirstLinked = isFirstLinked;
|
||||
processedEntry.entries = blockEvents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user