Handle crew & fix some themoviedb bugs

This commit is contained in:
Zoe Roux
2025-05-20 12:18:23 +02:00
parent af566150f5
commit a22edc11ce
11 changed files with 1930 additions and 35 deletions
+1
View File
@@ -19,6 +19,7 @@ export const roleKind = schema.enum("role_kind", [
"writter",
"producer",
"music",
"crew",
"other",
]);
+1
View File
@@ -16,6 +16,7 @@ export const Role = t.Object({
"writter",
"producer",
"music",
"crew",
"other",
]),
character: t.Nullable(Character),