mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add OpenSubsonic channelCount
This commit is contained in:
parent
f5df948eb1
commit
f7fc17c0f7
25 changed files with 39 additions and 25 deletions
|
@ -22,7 +22,8 @@
|
|||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": [],
|
||||
"replayGain": {}
|
||||
"replayGain": {},
|
||||
"channelCount": 0
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
|
@ -38,7 +39,8 @@
|
|||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": [],
|
||||
"replayGain": {}
|
||||
"replayGain": {},
|
||||
"channelCount": 0
|
||||
}
|
||||
],
|
||||
"id": "ABC123",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue