mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新 MediaDetailView.vue
This commit is contained in:
@@ -308,7 +308,7 @@ function getEpisodeImage(stillPath: string) {
|
|||||||
|
|
||||||
// 获取发行国家名称
|
// 获取发行国家名称
|
||||||
const getProductionCountries = computed(() => {
|
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