mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
更新 MediaDetailView.vue
This commit is contained in:
@@ -308,7 +308,7 @@ function getEpisodeImage(stillPath: string) {
|
||||
|
||||
// 获取发行国家名称
|
||||
const getProductionCountries = computed(() => {
|
||||
return mediaDetail.value.production_companies?.map(country => country.name)
|
||||
return mediaDetail.value.production_countries?.map(country => country.name)
|
||||
})
|
||||
|
||||
// 获取发行公司名称
|
||||
|
||||
Reference in New Issue
Block a user