feat: add production countries to movie/TV detail pages (#2170)

* feat: add production countries to movie/TV detail pages

* feat: add country flags to production countries
This commit is contained in:
TheCatLady
2021-12-24 17:18:06 -08:00
committed by GitHub
parent af40212a73
commit 30b20df37a
6 changed files with 94 additions and 1 deletions

View File

@@ -251,6 +251,10 @@ export interface TmdbTvDetails {
name: string;
origin_country: string;
}[];
production_countries: {
iso_3166_1: string;
name: string;
}[];
spoken_languages: {
english_name: string;
iso_639_1: string;