mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Import comments and lyrics
This commit is contained in:
parent
aee4eb71c4
commit
98af68ac99
7 changed files with 64 additions and 1 deletions
|
@ -16,6 +16,7 @@ type Album struct {
|
|||
MaxYear int `json:"maxYear"`
|
||||
MinYear int `json:"minYear"`
|
||||
Compilation bool `json:"compilation"`
|
||||
Comment string `json:"comment"`
|
||||
SongCount int `json:"songCount"`
|
||||
Duration float32 `json:"duration"`
|
||||
Genre string `json:"genre"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue