mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-06 05:05:26 +00:00
Add entry & extra types in front
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user