fixed up the featured artist thing
This commit is contained in:
@@ -475,6 +475,7 @@ impl MetadataFetcher for LocalMusicBrainzFetcher {
|
||||
secondary_types,
|
||||
first_release_date: row.get(4)?,
|
||||
first_release_mbid: row.get(5)?,
|
||||
featured: false, // Local DB only stores primary-credit releases
|
||||
})
|
||||
})
|
||||
.map_err(|e| DataError::Other(e.to_string()))?
|
||||
|
||||
Reference in New Issue
Block a user