diff --git a/src/lms/ui/explore/ReleaseView.cpp b/src/lms/ui/explore/ReleaseView.cpp index a4f8c30a..a4c64593 100644 --- a/src/lms/ui/explore/ReleaseView.cpp +++ b/src/lms/ui/explore/ReleaseView.cpp @@ -394,6 +394,7 @@ namespace UserInterface entry->bindString("name", Wt::WString::fromUTF8(track->getName()), Wt::TextFormat::Plain); const auto artists{ track->getArtistIds({TrackArtistLinkType::Artist}) }; + // TODO: display artist if it is single and not the one of the release (variousArtists is false in that case) if (variousArtists && !artists.empty()) { entry->setCondition("if-has-artists", true);