mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add more OpenSubsonic fields
- isCompilation - sortName
This commit is contained in:
parent
f580c5b8bc
commit
cdccdc56c9
28 changed files with 75 additions and 44 deletions
|
@ -16,10 +16,11 @@
|
|||
"artist": "artist",
|
||||
"duration": 120,
|
||||
"isVideo": false,
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"bpm": 0,
|
||||
"comment": "",
|
||||
"sortName": "",
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": []
|
||||
},
|
||||
{
|
||||
|
@ -30,10 +31,11 @@
|
|||
"artist": "artist",
|
||||
"duration": 300,
|
||||
"isVideo": false,
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"bpm": 0,
|
||||
"comment": "",
|
||||
"sortName": "",
|
||||
"mediaType": "",
|
||||
"musicBrainzId": "",
|
||||
"genres": []
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue