mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
feat(subsonic): add MusicBrainz ID and Sort Name to getArtists
This commit is contained in:
parent
9c3b456165
commit
0a650de357
10 changed files with 206 additions and 9 deletions
|
@ -0,0 +1,7 @@
|
|||
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0" type="navidrome" serverVersion="v0.0.0" openSubsonic="true">
|
||||
<artists lastModified="1" ignoredArticles="A">
|
||||
<index name="A">
|
||||
<artist id="111" name="aaa" albumCount="2" starred="2016-03-02T20:30:00Z" userRating="3" artistImageUrl="https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png" musicBrainzId="" sortName=""></artist>
|
||||
</index>
|
||||
</artists>
|
||||
</subsonic-response>
|
Loading…
Add table
Add a link
Reference in a new issue