mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 13:01:39 +01:00
Fix timecode generator progress
This commit is contained in:
parent
356b1c1c07
commit
c200394f8d
@ -44,7 +44,7 @@ namespace Nikse.SubtitleEdit.Forms.BeautifyTimeCodes
|
||||
|
||||
if (videoInfo != null && videoInfo.TotalMilliseconds > 0)
|
||||
{
|
||||
_duration = videoInfo.TotalMilliseconds;
|
||||
_duration = videoInfo.TotalSeconds;
|
||||
}
|
||||
|
||||
_videoInfo = videoInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user