We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cb707 commit b8df755Copy full SHA for b8df755
prisma/seed.ts
@@ -211,6 +211,11 @@ async function seedVideoMetadata() {
211
video_360p_4: 'https://www.w3schools.com/html/mov_bbb.mp4',
212
slides:
213
'https://appx-recordings.s3.ap-south-1.amazonaws.com/drm/100x/slides/Loops%2C+callbacks.pdf',
214
+ segments: [
215
+ { title: "Introduction", start: 0, end: 3 },
216
+ { title: "Chapter 1", start: 3, end: 7 },
217
+ { title: "Conclusion", start: 7, end: 10 }
218
+ ]
219
},
220
});
221
} catch (error) {
0 commit comments