fixed up the featured artist thing
CI / check (push) Failing after 1m9s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-03-24 11:38:08 -04:00
parent 314400bde5
commit 026d1f446b
10 changed files with 28 additions and 17 deletions
+1
View File
@@ -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()))?