screens-playout.jsx declared a top-level function fmtDuration(secs) that, in the shared global script scope, overwrote data.jsx's fmtDuration(ms). After the playout redesign loaded, normalizeAsset(duration_ms) hit the seconds-based version, rendering every asset duration x1000 (15000ms shown as 4:10:00). Rename the playout-local helpers to playoutFmtDur/playoutFmtTC. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src/css | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||