Expose OpenSubsonic release date for album (#2906)
* [enhancement]: OS expose release date for album, make original optional * not optional * remove omitempty
This commit is contained in:
+5
@@ -36,6 +36,11 @@
|
||||
"month": 2,
|
||||
"day": 4
|
||||
},
|
||||
"releaseDate": {
|
||||
"year": 2000,
|
||||
"month": 5,
|
||||
"day": 10
|
||||
},
|
||||
"song": [
|
||||
{
|
||||
"id": "1",
|
||||
|
||||
+1
@@ -5,6 +5,7 @@
|
||||
<discTitles disc="1" title="disc 1"></discTitles>
|
||||
<discTitles disc="2" title="disc 2"></discTitles>
|
||||
<originalReleaseDate year="1994" month="2" day="4"></originalReleaseDate>
|
||||
<releaseDate year="2000" month="5" day="10"></releaseDate>
|
||||
<song id="1" isDir="true" title="title" album="album" artist="artist" track="1" year="1985" genre="Rock" coverArt="1" size="8421341" contentType="audio/flac" suffix="flac" starred="2016-03-02T20:30:00Z" transcodedContentType="audio/mpeg" transcodedSuffix="mp3" duration="146" bitRate="320" isVideo="false" bpm="127" comment="a comment" sortName="sorted song" mediaType="song" musicBrainzId="4321">
|
||||
<genres name="rock"></genres>
|
||||
<genres name="progressive"></genres>
|
||||
|
||||
+2
-1
@@ -13,6 +13,7 @@
|
||||
"isCompilation": false,
|
||||
"sortName": "",
|
||||
"discTitles": [],
|
||||
"originalReleaseDate": {}
|
||||
"originalReleaseDate": {},
|
||||
"releaseDate": {}
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0" type="navidrome" serverVersion="v0.0.0" openSubsonic="true">
|
||||
<album id="" name="" userRating="0" musicBrainzId="" isCompilation="false" sortName="">
|
||||
<originalReleaseDate></originalReleaseDate>
|
||||
<releaseDate></releaseDate>
|
||||
</album>
|
||||
</subsonic-response>
|
||||
|
||||
Reference in New Issue
Block a user