mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Add ReplayGain to OpenSubsonic API Child response
This commit is contained in:
parent
812dc2090f
commit
4641dc0b2b
25 changed files with 89 additions and 24 deletions
|
@ -21,7 +21,8 @@
|
|||
"sortName": "",
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": []
|
||||
"genres": [],
|
||||
"replayGain": {}
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
|
@ -36,7 +37,8 @@
|
|||
"sortName": "",
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": []
|
||||
"genres": [],
|
||||
"replayGain": {}
|
||||
}
|
||||
],
|
||||
"id": "ABC123",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue