fix order

This commit is contained in:
j 2023-05-15 21:01:15 +01:00
parent 3e6e6077d2
commit 02309f4b3f

View file

@ -339,7 +339,7 @@ async function loadAnnotations(config) {
part['out'] = position + duration part['out'] = position + duration
part.clipId = part.id.split('/')[0] + '/' + part.in.toFixed(3) + '-'+ part.out.toFixed(3) part.clipId = part.id.split('/')[0] + '/' + part.in.toFixed(3) + '-'+ part.out.toFixed(3)
part.colorId = annotation.clipId part.colorId = annotation.clipId
part.value = parts.pop(0) part.value = parts.shift()
if (parts.length) { if (parts.length) {
position = part['out'] position = part['out']
} else { } else {