76c6ec183d5c9ef37e449f63841942cb286291f0
Problem: LibraryView calls VideoPlayer without frame params, causing:
- startFrame=0, endFrame=undefined passed to API
- Backend returns error or malformed stream
- Video playback error: MEDIA_ELEMENT_ERROR: Format error
Solution: Only pass frame params when both startFrame and endFrame are defined.
If missing, play full video (no frame params to API).
Fixes regression from commit 1fd6312 (frame-based positioning)
Description
No description provided
Languages
D
68.8%
Rust
20.8%
Vue
6.5%
CSS
1.8%
TypeScript
1.6%
Other
0.4%