Added TODO

This commit is contained in:
emeric
2024-01-12 23:20:22 +01:00
parent 1f9387b703
commit f5f577af52
+1
View File
@@ -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);