fixed typo

This commit is contained in:
Daniel Haller 2024-04-25 23:45:27 +02:00
parent 1a389a067a
commit a03405ac38

View File

@ -232,7 +232,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\
}
if (parsedSubs.vostf) {
for (const s of parsedSubs.vostde) {
for (const s of parsedSubs.vostf) {
const convertedStart = convertToTimeFormat(s.startTime)
const convertedEnd = convertToTimeFormat(s.endTime)