feat(subsonic): expose track musicbrainz id
Release-As: 0.16.3
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
"track": 1,
|
||||
"discNumber": 1,
|
||||
"type": "music",
|
||||
"year": 2021
|
||||
"year": 2021,
|
||||
"musicBrainzId": ""
|
||||
},
|
||||
{
|
||||
"id": "tr-2",
|
||||
@@ -72,7 +73,8 @@
|
||||
"track": 1,
|
||||
"discNumber": 1,
|
||||
"type": "music",
|
||||
"year": 2021
|
||||
"year": 2021,
|
||||
"musicBrainzId": ""
|
||||
},
|
||||
{
|
||||
"id": "tr-3",
|
||||
@@ -98,7 +100,8 @@
|
||||
"track": 1,
|
||||
"discNumber": 1,
|
||||
"type": "music",
|
||||
"year": 2021
|
||||
"year": 2021,
|
||||
"musicBrainzId": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user