Skip to content

Commit 81d0e49

Browse files
authored
Rename 'segments' to 'subtitles' in finalPayload
1 parent 14be253 commit 81d0e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FE/src/app/edit/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function EditPage() {
257257

258258
const finalPayload = {
259259
video_id: videoId,
260-
segments: subtitleData,
260+
subtitles: subtitleData,
261261
};
262262

263263
uploadStore.finalPayload = finalPayload;

0 commit comments

Comments
 (0)