Add additional fields and restyle Movie select and Gallery select (#4851)

* Add new fields and restyle gallery selector
* Add new fields and style movie selector
This commit is contained in:
dogwithakeyboard
2024-05-20 04:10:36 +01:00
committed by GitHub
parent 3e3e8b95e2
commit e32593023e
9 changed files with 210 additions and 16 deletions

View File

@@ -215,7 +215,7 @@ export const ScrapedMoviesRow: React.FC<
const value = resultValue ?? [];
const selectValue = value.map((p) => {
const aliases: string[] = [];
const aliases: string = "";
return {
id: p.stored_id ?? "",
name: p.name ?? "",