mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
fix bug
This commit is contained in:
parent
4d1da9be5f
commit
e4dc5445ca
@ -130,7 +130,7 @@ const Segment = memo(({ darkMode, seg, index, currentSegIndex, formatTimecode, g
|
||||
{t('Duration')} {formatTimecode({ seconds: duration, shorten: true })}
|
||||
</div>
|
||||
<div style={{ fontSize: 12 }}>
|
||||
<Trans>{{ durationMsFormatted }} ms, {{ frameCount }} frames</Trans>
|
||||
<Trans>{{ durationMsFormatted }} ms, {{ frameCount: frameCount ?? '?' }} frames</Trans>
|
||||
</div>
|
||||
|
||||
{!invertCutSegments && (
|
||||
|
Loading…
Reference in New Issue
Block a user