refactor: restructure model to contain an object of rundowns

This commit is contained in:
Carlos Valente
2025-03-15 09:04:33 +01:00
committed by arc-alex
parent 0a80d6db31
commit abd9b127db
111 changed files with 4357 additions and 4515 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ It can be user either on its own, or as in conjunction with manual playback to a
## Implementation details
### starting to roll
> RuntimeService.roll(rundown: OntimeRundown)
> RuntimeService.roll(rundown)
When calling the roll function, we try and find events to load. There should always be an event as long as the rundown is not empty.