removed secondary artists
CI / check (push) Successful in 1m9s
CI / docker (push) Successful in 1m44s

This commit is contained in:
Connor Johnstone
2026-03-23 17:11:38 -04:00
parent 3708829c3b
commit 1861f086fa
5 changed files with 2 additions and 35 deletions
-1
View File
@@ -313,7 +313,6 @@ impl MetadataFetcher for LocalMusicBrainzFetcher {
.unwrap_or_else(|| "Unknown Artist".into()),
releases: vec![],
genres: vec![],
secondary_artists: vec![],
})
},
);