Add entry & extra types in front

This commit is contained in:
2025-07-14 18:53:21 +02:00
parent 4b6f56a293
commit dbf63e1b22
10 changed files with 112 additions and 140 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const MovieEntry = t.Composite([
MovieEntryTranslation,
BaseMovieEntry,
t.Object({
videos: t.Optional(t.Array(EmbeddedVideo)),
videos: t.Array(EmbeddedVideo),
progress: Progress,
}),
DbMetadata,