diff --git a/front/src/components/channels/AlbumSelect.vue b/front/src/components/channels/AlbumSelect.vue index 2d7b4ac75..208d28fd0 100644 --- a/front/src/components/channels/AlbumSelect.vue +++ b/front/src/components/channels/AlbumSelect.vue @@ -40,6 +40,7 @@ const fetchData = async () => { } }) + console.log("I found another album with artist", props.channel?.artist.name, ":", response.data.results) albums.push(...response.data.results) isLoading.value = false } @@ -57,6 +58,7 @@ watch(() => props.channel, fetchData, { immediate: true }) {{ t('components.channels.AlbumSelect.label.album') }} + {{ albums }}