Subsonic API: track MBID was actually recording MBID
This commit is contained in:
@@ -157,7 +157,7 @@ namespace API::Subsonic
|
|||||||
|
|
||||||
// OpenSubsonic specific fields (must always be set)
|
// OpenSubsonic specific fields (must always be set)
|
||||||
{
|
{
|
||||||
std::optional<UUID> mbid {track->getTrackMBID()};
|
std::optional<UUID> mbid {track->getRecordingMBID()};
|
||||||
trackResponse.setAttribute("musicBrainzId", mbid ? mbid->getAsString() : "");
|
trackResponse.setAttribute("musicBrainzId", mbid ? mbid->getAsString() : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user