Support for moreButton in artist page (Hyperpipe/Hyperpipe#34)

This commit is contained in:
Shiny Nematoda
2023-03-23 18:01:10 +00:00
parent e0683b1be7
commit 4d1e04a1ec
9 changed files with 152 additions and 52 deletions
-7
View File
@@ -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