mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Fix for format UnknownSubtitle60
This commit is contained in:
parent
bcee625b9c
commit
9cc4f3c73a
@ -84,7 +84,11 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
if (match.Success && s.Length == 11)
|
||||
{
|
||||
if (p.StartTime.TotalMilliseconds > 0)
|
||||
{
|
||||
subtitle.Paragraphs.Add(p);
|
||||
if (string.IsNullOrEmpty(p.Text))
|
||||
_errorCount++;
|
||||
}
|
||||
|
||||
p = new Paragraph();
|
||||
string[] parts = s.Split(':');
|
||||
|
Loading…
Reference in New Issue
Block a user