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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user