From 98185a309bd237754a1c77bc11eb7fa849116478 Mon Sep 17 00:00:00 2001 From: Julien Loir <6706489+Namaneo@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:14:21 +0200 Subject: [PATCH] Make home boxarts respect gallery configuration --- frontend/src/components/Home/ContinuePlaying.vue | 1 - frontend/src/components/Home/RecentAdded.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/components/Home/ContinuePlaying.vue b/frontend/src/components/Home/ContinuePlaying.vue index 59f8b1308..788932207 100644 --- a/frontend/src/components/Home/ContinuePlaying.vue +++ b/frontend/src/components/Home/ContinuePlaying.vue @@ -80,7 +80,6 @@ function onClosedMenu() { show-action-bar show-chips :enable3-d-tilt="enable3DEffect" - force-boxart="cover_path" @hover="onHover" @focus="onHover" @openedmenu="onOpenedMenu" diff --git a/frontend/src/components/Home/RecentAdded.vue b/frontend/src/components/Home/RecentAdded.vue index 21f3e6e45..2c965a781 100644 --- a/frontend/src/components/Home/RecentAdded.vue +++ b/frontend/src/components/Home/RecentAdded.vue @@ -84,7 +84,6 @@ function onClosedMenu() { show-chips show-action-bar :enable3-d-tilt="enable3DEffect" - force-boxart="cover_path" @hover="onHover" @focus="onHover" @openedmenu="onOpenedMenu"