diff --git a/src/callers/metadata.rs b/src/callers/metadata.rs index 8a9883b..c16546d 100644 --- a/src/callers/metadata.rs +++ b/src/callers/metadata.rs @@ -21,7 +21,7 @@ pub mod request { pub async fn to_json_value(&self) -> serde_json::Value { serde_json::json!( { - "id": &self.id, + "id": &self.id, "album": &self.album, "album_artist": &self.album_artist, "genre": &self.genre,