feat: rename year to max_year and add min_year to album. #118
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ func FromAlbum(al *model.Album) Entry {
|
||||
e.IsDir = true
|
||||
e.Parent = al.AlbumArtistID
|
||||
e.Album = al.Name
|
||||
e.Year = al.Year
|
||||
e.Year = al.MaxYear
|
||||
e.Artist = al.AlbumArtist
|
||||
e.Genre = al.Genre
|
||||
e.CoverArt = al.CoverArtId
|
||||
|
||||
Reference in New Issue
Block a user