mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Fix log message about multiple MBIDs
This commit is contained in:
parent
2742977c63
commit
00e418cb2a
@ -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…
x
Reference in New Issue
Block a user