fix 媒体详情

This commit is contained in:
jxxghp
2023-08-02 17:00:14 +08:00
parent 5a27e2e757
commit 03cf4927cb
2 changed files with 84 additions and 2 deletions

View File

@@ -193,6 +193,9 @@ export interface MediaInfo {
// 详情页面
detail_link?: string
// 季详情
season_info?: TmdbSeason[]
// 导演
directors?: any[]