[bugfix] - fix bug while parsing UnknownSubtitle81.cs

This commit is contained in:
Ivandro Ismael 2016-02-21 20:23:55 +00:00
parent a18eaf9cb8
commit 9dc4a1dbcf

View File

@ -107,7 +107,7 @@ WB,GDMX,1:33,4x3
foreach (var line in lines)
{
string s = line.Trim();
if (s.Length >= 39 && s.Length <= 47 && RegexTimeCodes.IsMatch(s))
if (s.Length >= 38 && s.Length <= 47 && RegexTimeCodes.IsMatch(s))
{
if (p != null)
{