fix(front): enable playlist search

This commit is contained in:
ArneBo 2025-05-10 11:47:54 +02:00 committed by Arne Bollinger
parent 8e2511ea4a
commit 3793d9abbd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ const categories = computed(() => [
type: 'playlists', type: 'playlists',
label: t('views.Search.label.playlists'), label: t('views.Search.label.playlists'),
more: '/library/playlists/', more: '/library/playlists/',
endpoint: '/TODO' endpoint: '/playlists'
}, },
{ {
type: 'radios', type: 'radios',