mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
fix: display albums and artists on the search page, and also few css fixes
This commit is contained in:
parent
e6e9d5b16d
commit
355b721069
6 changed files with 94 additions and 63 deletions
|
@ -11,6 +11,11 @@ type result struct {
|
|||
Title string
|
||||
Path string
|
||||
Thumbnail string `json:"song_art_image_thumbnail_url"`
|
||||
ArtistImage string `json:"image_url"`
|
||||
ArtistName string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
AlbumImage string `json:"cover_art_url"`
|
||||
AlbumName string `json:"full_title"`
|
||||
}
|
||||
|
||||
type hits []struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue