mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
refactor: extract rundown parsing
refactor: implement groups in editor
This commit is contained in:
@@ -37,6 +37,7 @@ export const event: Omit<OntimeEvent, 'id' | 'cue'> = {
|
||||
export const delay: Omit<OntimeDelay, 'id'> = {
|
||||
type: SupportedEntry.Delay,
|
||||
duration: 0,
|
||||
parent: null,
|
||||
};
|
||||
|
||||
export const block: Omit<OntimeBlock, 'id'> = {
|
||||
|
||||
Reference in New Issue
Block a user