Merge pull request #3028 from rommapp/romm-3020

[ROMM-3020] Fix split collection custom artowrk
This commit is contained in:
Georges-Antoine Assi
2026-02-15 17:52:32 -05:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ const secondCover = computed(() => memoizedCovers.value[1]);
</div>
</template>
<template v-else>
<div class="split-image first-image">
<div class="split-image">
<v-img cover :src="firstCover" :aspect-ratio="1 / 1">
<template #placeholder>
<Skeleton :aspect-ratio="1 / 1" type="image" />