sequences.js had the same `if (rem >= DROP)` bug as timecode.js — any frame ≥ 4 in the first non-drop minute of each 10-minute group would produce a timecode offset by one minute. EDL files exported from the editor would have wrong in/out points for nearly every event. Applies the FRAMES_FIRST_MIN (3600) boundary check fix, matching the correction already made to services/web-ui/public/js/timecode.js. |
||
|---|---|---|
| .. | ||
| ampp.js | ||
| assets.js | ||
| auth.js | ||
| bins.js | ||
| capture.js | ||
| groups.js | ||
| jobs.js | ||
| projects.js | ||
| recorders.js | ||
| sequences.js | ||
| settings.js | ||
| tokens.js | ||
| upload.js | ||
| users.js | ||