Commit 86625cf
fix(scene_manager): narrow expand_scenes_to_bounds params to FrameTimecode
The function builds a SceneList (list[tuple[FrameTimecode, FrameTimecode]]),
so accepting int violated the tuple element type at assignment. All callers
pass FrameTimecode.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b677cd0 commit 86625cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments