Skip to content

Commit

Permalink
v1.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Sep 18, 2024
1 parent 433c146 commit 6fdbc81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.9.16",
"version": "1.9.17",
"private": true,
"bin": "dist/service.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/cards/SubscribeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ watch(
<div class="absolute inset-0 subscribe-card-background"></div>
</VImg>
</template>
<div v-if="imageLoaded">
<div>
<VCardText class="flex items-center">
<div class="h-auto w-12 flex-shrink-0 overflow-hidden rounded-md shadow-lg">
<div class="h-auto w-12 flex-shrink-0 overflow-hidden rounded-md shadow-lg" v-if="imageLoaded">
<VImg :src="props.media?.poster" aspect-ratio="2/3" cover @click.stop="viewMediaDetail">
<template #placeholder>
<div class="w-full h-full">
Expand Down

0 comments on commit 6fdbc81

Please sign in to comment.