mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix: fetch localized person details from TMDb (#1243)
* fix: fetch localized person details from TMDb * feat: include DOB, hometown, and alternate names on person detail pages * fix: remove unnecessary ternary operator * fix(ui): don't display AKA when empty
This commit is contained in:
@@ -306,6 +306,7 @@ export interface TmdbKeyword {
|
||||
export interface TmdbPersonDetail {
|
||||
id: number;
|
||||
name: string;
|
||||
birthday: string;
|
||||
deathday: string;
|
||||
known_for_department: string;
|
||||
also_known_as?: string[];
|
||||
|
Reference in New Issue
Block a user