feat: added characters and voice actors to /info endpoint response

This commit is contained in:
WBRK-dev
2024-04-28 11:44:26 +02:00
parent 8abde11e7b
commit f6261199f8
3 changed files with 51 additions and 0 deletions
+17
View File
@@ -334,6 +334,23 @@ console.log(data);
thumbnail: string | undefined
},
{...},
],
characterVoiceActor: [
{
character: {
id: string,
poster: string,
name: string,
cast: string
},
voiceActor: {
id: string,
poster: string,
name: string,
cast: string
}
},
{...},
]
}
moreInfo: {