fixed typo
This commit is contained in:
parent
1a389a067a
commit
a03405ac38
@ -232,7 +232,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (parsedSubs.vostf) {
|
if (parsedSubs.vostf) {
|
||||||
for (const s of parsedSubs.vostde) {
|
for (const s of parsedSubs.vostf) {
|
||||||
const convertedStart = convertToTimeFormat(s.startTime)
|
const convertedStart = convertToTimeFormat(s.startTime)
|
||||||
const convertedEnd = convertToTimeFormat(s.endTime)
|
const convertedEnd = convertToTimeFormat(s.endTime)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user