Something + add comments to proto
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user