Code refactor
This commit is contained in:
@@ -21,7 +21,7 @@ pub mod request {
|
|||||||
pub async fn to_json_value(&self) -> serde_json::Value {
|
pub async fn to_json_value(&self) -> serde_json::Value {
|
||||||
serde_json::json!(
|
serde_json::json!(
|
||||||
{
|
{
|
||||||
"id": &self.id,
|
"id": &self.id,
|
||||||
"album": &self.album,
|
"album": &self.album,
|
||||||
"album_artist": &self.album_artist,
|
"album_artist": &self.album_artist,
|
||||||
"genre": &self.genre,
|
"genre": &self.genre,
|
||||||
|
|||||||
Reference in New Issue
Block a user