Browse Source

fix: add missing loopCount to videoStitch defaults in validation.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 5 months ago
parent
commit
67204a54a4
  1. 1
      src/lib/quickstart/validation.ts

1
src/lib/quickstart/validation.ts

@ -297,6 +297,7 @@ function createDefaultNodeData(type: NodeType): WorkflowNodeData {
clips: [],
clipOrder: [],
outputVideo: null,
loopCount: 1,
status: "idle",
error: null,
progress: 0,

Loading…
Cancel
Save