mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add samplingRate to OpenSubsonic responses
This commit is contained in:
parent
f3bb022238
commit
3a2a5e961b
25 changed files with 40 additions and 25 deletions
|
@ -27,7 +27,7 @@
|
|||
"isVideo": false,
|
||||
"bpm": 127,
|
||||
"comment": "a comment",
|
||||
"sortName": "",
|
||||
"sortName": "sorted title",
|
||||
"mediaType": "song",
|
||||
"musicBrainzId": "4321",
|
||||
"genres": [
|
||||
|
@ -46,7 +46,8 @@
|
|||
"baseGain": 5,
|
||||
"fallbackGain": 6
|
||||
},
|
||||
"channelCount": 2
|
||||
"channelCount": 2,
|
||||
"samplingRate": 44100
|
||||
}
|
||||
],
|
||||
"id": "1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue