From 988f735a978ddb6eb7faa3ee218998f787f7796d Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 30 Jan 2025 01:12:32 +0100 Subject: [PATCH] fix(front): clean up and fix errors --- front/src/components/library/ArtistBase.vue | 2 +- front/src/components/library/Artists.vue | 4 ++-- front/src/components/library/Podcasts.vue | 5 +---- front/src/components/library/Radios.vue | 2 +- front/src/types.ts | 12 ------------ front/src/views/auth/ProfileBase.vue | 7 +++---- front/src/views/playlists/List.vue | 2 +- 7 files changed, 9 insertions(+), 25 deletions(-) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index 8cb3a54de..a51d8b8e9 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -125,7 +125,7 @@ watch(() => props.id, fetchData, { immediate: true })