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:
Kendall Garner
2024-04-03 11:30:01 +00:00
committed by GitHub
parent e81bf5125f
commit f12dfb485a
7 changed files with 12 additions and 1 deletions
@@ -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>