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
+1 -1
View File
@@ -52,7 +52,7 @@ func parseExplore(raw string) (string, error) {
func GetExplore() (string, int) {
context := utils.TypeBrowse("", "FEmusic_explore", "", "")
context := utils.TypeBrowse("FEmusic_explore", "", []string{})
raw, status := utils.FetchBrowse(context)