fix(frontend): fix tv shows failing to open when firstAirDate is undefined
fix #347
This commit is contained in:
@@ -56,7 +56,7 @@ export interface TvDetails {
|
||||
profilePath?: string;
|
||||
}[];
|
||||
episodeRunTime: number[];
|
||||
firstAirDate: string;
|
||||
firstAirDate?: string;
|
||||
genres: Genre[];
|
||||
homepage: string;
|
||||
inProduction: boolean;
|
||||
|
||||
Reference in New Issue
Block a user