feat(subsonic): expose track/album displayArtist/displayAlbumArtist
closes #406
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
"openSubsonic": true,
|
||||
"album": {
|
||||
"id": "al-3",
|
||||
"coverArt": "al-3",
|
||||
"created": "2019-11-30T00:00:00Z",
|
||||
"artistId": "ar-1",
|
||||
"artist": "artist-0",
|
||||
"artists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"created": "2019-11-30T00:00:00Z",
|
||||
"displayArtist": "artist-0",
|
||||
"title": "album-0",
|
||||
"album": "album-0",
|
||||
"coverArt": "al-3",
|
||||
"name": "album-0",
|
||||
"songCount": 3,
|
||||
"duration": 300,
|
||||
@@ -28,6 +29,9 @@
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
"artists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayArtist": "artist-0",
|
||||
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayAlbumArtist": "artist-0",
|
||||
"bitRate": 100,
|
||||
"contentType": "audio/flac",
|
||||
"coverArt": "al-3",
|
||||
@@ -51,6 +55,9 @@
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
"artists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayArtist": "artist-0",
|
||||
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayAlbumArtist": "artist-0",
|
||||
"bitRate": 100,
|
||||
"contentType": "audio/flac",
|
||||
"coverArt": "al-3",
|
||||
@@ -74,6 +81,9 @@
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
"artists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayArtist": "artist-0",
|
||||
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
|
||||
"displayAlbumArtist": "artist-0",
|
||||
"bitRate": 100,
|
||||
"contentType": "audio/flac",
|
||||
"coverArt": "al-3",
|
||||
|
||||
Reference in New Issue
Block a user