fix(front): enable playlist search
This commit is contained in:
parent
8e2511ea4a
commit
3793d9abbd
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue