From 0f10920898ba7956b9842068f17804df8d1f48fb Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 13 Jul 2025 11:22:27 +0800 Subject: [PATCH] fix #374 --- src/components/cards/MediaInfoCard.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/cards/MediaInfoCard.vue b/src/components/cards/MediaInfoCard.vue index 0d205fcd..f2af4648 100644 --- a/src/components/cards/MediaInfoCard.vue +++ b/src/components/cards/MediaInfoCard.vue @@ -47,10 +47,12 @@ function openTmdbPage(type: string, tmdbId: number) {
- +
{{ context?.media_info?.title || context?.meta_info?.name }} - {{ context?.meta_info?.season_episode }} - + + {{ context?.meta_info?.season_episode }} + +
{{ context?.media_info?.year || context?.meta_info?.year }}