From a9b60cc92897d5f0591693902b2fe319f52057af Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 6 Nov 2024 12:06:35 +0100 Subject: [PATCH] fix: correct paths in frontend --- front/src/components/audio/album/Card.vue | 1 + front/src/components/library/Home.vue | 4 ++-- front/src/views/content/Home.vue | 2 +- front/src/views/content/libraries/Home.vue | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index 0152c3b11..f392d128b 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -10,5 +10,6 @@ defineProps() diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue index cacd54db2..7fece1319 100644 --- a/front/src/components/library/Home.vue +++ b/front/src/components/library/Home.vue @@ -110,11 +110,11 @@ fetchData()

{{ $t('components.library.Home.header.newChannels') }}

- + /> diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index c08b5f123..8cee5bf23 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -20,7 +20,7 @@ const defaultQuota = computed(() => humanSize(quota.value * 1e6)) v-title="labels.title" class="ui vertical aligned stripe segment" > - /front/src/components/audio/Search.vue + front/src/views/content/Home.vue

{{ labels.title }}

diff --git a/front/src/views/content/libraries/Home.vue b/front/src/views/content/libraries/Home.vue index 8530879d8..6e77a0545 100644 --- a/front/src/views/content/libraries/Home.vue +++ b/front/src/views/content/libraries/Home.vue @@ -41,7 +41,7 @@ const libraryCreated = (library: Library) => {