Momentry Studio 76c6ec183d fix: handle missing frame params in simple playback path
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)
2026-07-24 22:00:35 +08:00
2026-06-13 17:50:02 +08:00
Description
No description provided
1.1 GiB
Languages
D 68.8%
Rust 20.8%
Vue 6.5%
CSS 1.8%
TypeScript 1.6%
Other 0.4%