fix bug causing edit tracks component to crash

This commit is contained in:
ari melody 2025-01-24 01:33:14 +00:00
parent 9a27dbdc37
commit 090de0554b
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 17 additions and 6 deletions

View file

@ -12,6 +12,8 @@ type (
Description string `json:"description"`
Lyrics string `json:"lyrics" db:"lyrics"`
PreviewURL string `json:"previewURL" db:"preview_url"`
Number int
}
)