mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 04:39:27 +00:00
Handle crew & fix some themoviedb bugs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TYPE "kyoo"."role_kind" ADD VALUE 'crew' BEFORE 'other';
|
||||
File diff suppressed because it is too large
Load Diff
@@ -148,6 +148,13 @@
|
||||
"when": 1746198322219,
|
||||
"tag": "0020_video_unique",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 21,
|
||||
"version": "7",
|
||||
"when": 1747727831649,
|
||||
"tag": "0021_crew",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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