Something + add comments to proto

This commit is contained in:
Alexander
2026-07-12 10:16:54 +02:00
parent fde1b4cd3e
commit 995397e495
12 changed files with 440 additions and 243 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ func (s *MetadataService) deduplicateArtists(dbResult, mbResult *domain.SearchRe
total := 0
addArtist := func(artist domain.Artist) {
if artist.Type == "Other" {
if artist.Type == "" || artist.Type == "Other" {
return
}
for _, ext := range artist.ExternalIDs {