mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update SubtitleApi.cs
This commit is contained in:
parent
c5dbd455d0
commit
5229e319b1
@ -128,7 +128,7 @@ namespace Kyoo.Api
|
||||
|
||||
private static IEnumerable<string> ConvertBlock(IList<string> lines)
|
||||
{
|
||||
if (lines.Length < 3)
|
||||
if (lines.Count < 3)
|
||||
return lines;
|
||||
lines[1] = lines[1].Replace(',', '.');
|
||||
if (lines[2].Length > 5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user