feat: store and expose individual track artists

a
This commit is contained in:
sentriz
2023-10-28 18:27:17 +01:00
committed by Senan Kelly
parent 1a45356fa2
commit c1a34dc021
24 changed files with 176 additions and 64 deletions

View File

@@ -27,6 +27,7 @@
"albumId": "al-3",
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -49,6 +50,7 @@
"albumId": "al-3",
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -71,6 +73,7 @@
"albumId": "al-3",
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",