mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -04:00
[web] Fix missing search result presentation
This commit is contained in:
parent
c1ffbca09b
commit
78a1137510
@ -62,9 +62,11 @@ export default {
|
|||||||
return {
|
return {
|
||||||
components: {
|
components: {
|
||||||
album: ListAlbums,
|
album: ListAlbums,
|
||||||
|
audiobook: ListAlbums,
|
||||||
artist: ListArtists,
|
artist: ListArtists,
|
||||||
composer: ListComposers,
|
composer: ListComposers,
|
||||||
playlist: ListPlaylists,
|
playlist: ListPlaylists,
|
||||||
|
podcast: ListAlbums,
|
||||||
track: ListTracks
|
track: ListTracks
|
||||||
},
|
},
|
||||||
searchStore: useSearchStore()
|
searchStore: useSearchStore()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user