From 3793d9abbd47123457974faa69a84b1b95e668c3 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 10 May 2025 11:47:54 +0200 Subject: [PATCH] fix(front): enable playlist search --- front/src/ui/modals/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/ui/modals/Search.vue b/front/src/ui/modals/Search.vue index 38c49e767..ce47a09cb 100644 --- a/front/src/ui/modals/Search.vue +++ b/front/src/ui/modals/Search.vue @@ -155,7 +155,7 @@ const categories = computed(() => [ type: 'playlists', label: t('views.Search.label.playlists'), more: '/library/playlists/', - endpoint: '/TODO' + endpoint: '/playlists' }, { type: 'radios',