Fix marshaling for genres.

This commit is contained in:
Caio Cotts 2023-11-21 20:09:12 -05:00 committed by Deluan Quintão
parent 5d1493e845
commit bb7186ce2f
10 changed files with 233 additions and 83 deletions

View file

@ -15,7 +15,14 @@
"track": 1,
"year": 1985,
"genre": "Rock",
"genres": [],
"genres": [
{
"name": "rock"
},
{
"name": "progressive"
}
],
"coverArt": "1",
"size": 8421341,
"contentType": "audio/flac",
@ -26,8 +33,8 @@
"duration": 146,
"bitRate": 320,
"isVideo": false,
"bpm": 0,
"comment": ""
"bpm": 127,
"comment": "a comment"
}
],
"id": "1",