WIP: Add artist metadata for all artists in the database #103

Closed
wojtek wants to merge 1 commits from 53---add-artist-metadata-for-all-artists-in-the-database into main
Showing only changes of commit 68f27c103a - Show all commits

View File

@ -340,7 +340,7 @@ pub struct ArtistId {
impl AsRef<ArtistId> for ArtistId {
fn as_ref(&self) -> &ArtistId {
self
&self
}
}