mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
feat: rename year to max_year and add min_year to album. #118
This commit is contained in:
parent
fc650cd127
commit
53e8a92fed
10 changed files with 95 additions and 14 deletions
|
@ -11,7 +11,8 @@ type Album struct {
|
|||
Artist string `json:"artist"`
|
||||
AlbumArtistID string `json:"albumArtistId" orm:"pk;column(album_artist_id)"`
|
||||
AlbumArtist string `json:"albumArtist"`
|
||||
Year int `json:"year"`
|
||||
MaxYear int `json:"maxYear"`
|
||||
MinYear int `json:"minYear"`
|
||||
Compilation bool `json:"compilation"`
|
||||
SongCount int `json:"songCount"`
|
||||
Duration float32 `json:"duration"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue