mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 07:02:27 -04:00
Add video migration & runtime field on shows
This commit is contained in:
@@ -15,6 +15,7 @@ export const Movie = t.Object({
|
||||
genres: t.Array(Genre),
|
||||
rating: t.Nullable(t.Number({ minimum: 0, maximum: 100 })),
|
||||
status: ShowStatus,
|
||||
runtime: t.Nullable(t.Number({ minimum: 0 })),
|
||||
|
||||
airDate: t.Nullable(t.Date()),
|
||||
originalLanguage: t.Nullable(t.String()),
|
||||
|
||||
Reference in New Issue
Block a user