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

View File

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