From b42c629ea2833586a87e72c40724e5d49eaca5ee Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 23 Apr 2025 20:44:37 -0400 Subject: [PATCH] Code refactor --- src/callers/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,