mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Allowing album cover ids with prefix (al-)
This commit is contained in:
parent
9fd530b78a
commit
a7ccd76d54
5 changed files with 43 additions and 7 deletions
|
@ -143,6 +143,7 @@ func (b *browser) buildAlbumDir(al *domain.Album, tracks domain.MediaFiles) *Dir
|
|||
Created: al.CreatedAt,
|
||||
Year: al.Year,
|
||||
Genre: al.Genre,
|
||||
CoverArt: al.CoverArtId,
|
||||
}
|
||||
|
||||
dir.Entries = make(Entries, len(tracks))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue