mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Log warning when artist has a MBID of Various Artists
This commit is contained in:
parent
e61cf3217d
commit
44e7502aef
5 changed files with 32 additions and 29 deletions
|
@ -236,7 +236,7 @@ func (r *albumRepository) refresh(ids ...string) error {
|
|||
|
||||
al.AlbumArtistID, al.AlbumArtist = getAlbumArtist(al)
|
||||
al.MinYear = getMinYear(al.Years)
|
||||
al.MbzAlbumID = getMbzId(r.ctx, al.MbzAlbumID, r.tableName, al.Name)
|
||||
al.MbzAlbumID = getMostFrequentMbzID(r.ctx, al.MbzAlbumID, r.tableName, al.Name)
|
||||
al.Comment = getComment(al.Comments, zwsp)
|
||||
if al.CurrentId != "" {
|
||||
toUpdate++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue