mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 05:39:38 +05:00
small fix
This commit is contained in:
2
main.go
2
main.go
@@ -200,7 +200,7 @@ func main() {
|
||||
}
|
||||
|
||||
tag := c.Params("tag")
|
||||
p, err := sc.RecentTracks(cid, prefs, tag, c.Query("pagination", "?limit=20"))
|
||||
p, err := sc.RecentTracks(cid, prefs, c.Query("pagination", tag+"?limit=20"))
|
||||
if err != nil {
|
||||
log.Printf("error getting %s tagged recent-tracks: %s\n", tag, err)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user