Update timelineThumbnails.ts

This commit is contained in:
WardPearce
2026-02-11 02:28:55 +13:00
parent d762b55fcf
commit 32659d4753
+1 -3
View File
@@ -7,7 +7,6 @@ export interface TimelineThumbnail {
width: number;
height: number;
index: number;
localIndex: number;
}
export async function storyboardThumbnails(
@@ -57,8 +56,7 @@ export async function storyboardThumbnails(
time,
width,
height,
index: globalIndex,
localIndex
index: globalIndex
});
globalIndex++;