mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-11 14:19:38 +05:00
preference to dynamically load comments and small fixes
This commit is contained in:
@@ -209,7 +209,7 @@ func Load(r *fiber.App) {
|
||||
return err
|
||||
}
|
||||
|
||||
var isDownload = c.Query("metadata") == "true"
|
||||
var isDownload = string(c.RequestCtx().QueryArgs().Peek("metadata")) == "true"
|
||||
var quality *string
|
||||
if isDownload {
|
||||
quality = p.DownloadAudio
|
||||
|
||||
Reference in New Issue
Block a user