diff --git a/lib/album.go b/lib/album.go index 49c4935..81f43ed 100644 --- a/lib/album.go +++ b/lib/album.go @@ -4,7 +4,7 @@ import ( "net/url" "codeberg.org/Hyperpipe/hyperpipe-backend/utils" - "github.com/tidwall/gjson" + "github.com/tidwall/gjson" ) func GetAlbumUrl(id string) (map[string]string, int) { diff --git a/lib/common.go b/lib/common.go index 6e35d23..7de79fe 100644 --- a/lib/common.go +++ b/lib/common.go @@ -309,7 +309,7 @@ func ShelfRenderer(j gjson.Result) map[string]interface{} { v.Get("header.musicCarouselShelfBasicHeaderRenderer.title"), ) - r[title] = TwoRowItemRenderer(v.Get("contents"), false) + r[title] = TwoRowItemRenderer(v.Get("contents"), true) }(s) return true