mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix torrent cards
This commit is contained in:
@@ -165,7 +165,7 @@ const subscribeForm = reactive({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VCard :key="props.media?.id" v-if="cardState">
|
||||
<VCard :key="props.media?.id" v-if="cardState" @click="subscribeInfoDialog = true">
|
||||
<template #image>
|
||||
<VImg
|
||||
:src="props.media?.backdrop || props.media?.poster"
|
||||
|
||||
Reference in New Issue
Block a user