From 4c0f65fcbc9e199f260f0ce34da3981c5fc9b20c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 29 Jan 2025 18:51:06 +0800 Subject: [PATCH] fix https://github.com/jxxghp/MoviePilot/issues/3823 --- src/components/cards/PosterCard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/cards/PosterCard.vue b/src/components/cards/PosterCard.vue index a435a45c..b582ce10 100644 --- a/src/components/cards/PosterCard.vue +++ b/src/components/cards/PosterCard.vue @@ -48,7 +48,6 @@ function goPlay(isHovering: boolean | null = false) { 'transition transform-cpu duration-300 scale-105 shadow-lg': hover.isHovering, 'ring-1': isImageLoaded, }" - @click.stop="goPlay(hover.isHovering)" > {{ props.media?.subtitle }}