feat(album): get data by ID
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type Song struct {
|
||||
Token string `json:"TRACK_TOKEN"`
|
||||
}
|
||||
Reference in New Issue
Block a user