The asset schema stores duration as duration_ms (milliseconds). renderRecent() was checking c.duration (always undefined) so duration always showed as '—'. Fix to use c.duration_ms / 1000. |
||
|---|---|---|
| .. | ||
| capture | ||
| editor | ||
| mam-api | ||
| premiere-plugin | ||
| web-ui | ||
| worker | ||
The asset schema stores duration as duration_ms (milliseconds). renderRecent() was checking c.duration (always undefined) so duration always showed as '—'. Fix to use c.duration_ms / 1000. |
||
|---|---|---|
| .. | ||
| capture | ||
| editor | ||
| mam-api | ||
| premiere-plugin | ||
| web-ui | ||
| worker | ||