mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix log message about multiple MBIDs
This commit is contained in:
parent
2742977c63
commit
00e418cb2a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ func getMostFrequentMbzID(ctx context.Context, mbzIDs, entityName, name string)
|
|||
}
|
||||
}
|
||||
|
||||
if name != consts.VariousArtists {
|
||||
if len(idCounts) > 1 && name != consts.VariousArtists {
|
||||
if topId == consts.VariousArtistsMbzId {
|
||||
log.Warn(ctx, "Artist with mbid of Various Artists", "name", name, "mbid", topId)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue