mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 23:52:27 -04:00
Handle crew & fix some themoviedb bugs
This commit is contained in:
@@ -19,6 +19,7 @@ export const roleKind = schema.enum("role_kind", [
|
||||
"writter",
|
||||
"producer",
|
||||
"music",
|
||||
"crew",
|
||||
"other",
|
||||
]);
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ export const Role = t.Object({
|
||||
"writter",
|
||||
"producer",
|
||||
"music",
|
||||
"crew",
|
||||
"other",
|
||||
]),
|
||||
character: t.Nullable(Character),
|
||||
|
||||
Reference in New Issue
Block a user