mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix marshaling for genres.
This commit is contained in:
parent
5d1493e845
commit
bb7186ce2f
10 changed files with 233 additions and 83 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue