small fix

This commit is contained in:
Laptop
2024-12-22 00:09:08 +02:00
parent e4f6d7f608
commit 45e291ac42
3 changed files with 6 additions and 6 deletions

View File

@@ -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