fix bug causing edit tracks component to crash
This commit is contained in:
parent
9a27dbdc37
commit
090de0554b
3 changed files with 17 additions and 6 deletions
|
@ -12,6 +12,8 @@ type (
|
|||
Description string `json:"description"`
|
||||
Lyrics string `json:"lyrics" db:"lyrics"`
|
||||
PreviewURL string `json:"previewURL" db:"preview_url"`
|
||||
|
||||
Number int
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue