probably makes more sense to add milliseconds to match segment suffix

pull/1538/head
solderq35 3 years ago committed by Mikael Finstad
parent be3d846d6e
commit 855ca6ed86

@ -71,7 +71,7 @@ function interpolateSegmentFileName({ template, inputFileNameWithoutExt, segSuff
if (segSuffix) {
if (segNum > 1) {
currentTimestamp -= 1;
currentTimestamp += 1;
}
}

Loading…
Cancel
Save