mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
Support for moreButton in artist page (Hyperpipe/Hyperpipe#34)
This commit is contained in:
@@ -25,13 +25,6 @@ type Item struct {
|
||||
Thumbnails []Thumbnail `json:"thumbnails,omitempty"`
|
||||
}
|
||||
|
||||
type Items struct {
|
||||
Songs []Item `json:"songs"`
|
||||
Albums []Item `json:"albums"`
|
||||
Singles []Item `json:"singles"`
|
||||
Artists []Item `json:"recommendedArtists"`
|
||||
}
|
||||
|
||||
func RunsText(j gjson.Result) string {
|
||||
|
||||
var s []string
|
||||
|
||||
Reference in New Issue
Block a user