mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-05-31 19:05:05 +07:00
feat: add name and images fields to PlaylistInfoMetadata
This commit is contained in:
parent
5948e4f125
commit
d89850e8a9
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ type AlbumResponsePayload struct {
|
|||
}
|
||||
|
||||
type PlaylistInfoMetadata struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Images string `json:"images,omitempty"`
|
||||
Tracks struct {
|
||||
Total int `json:"total"`
|
||||
} `json:"tracks"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue