Minor cleanup in the generated dom

This commit is contained in:
emeric
2021-09-29 09:39:21 +02:00
parent 75036b768e
commit 6a8063640b
+1
View File
@@ -409,6 +409,7 @@ PlayQueue::addEntry(const Database::TrackListEntry::pointer& tracklistEntry)
Wt::WTemplate* entry = _entriesContainer->addNew<Wt::WTemplate>(Wt::WString::tr("Lms.PlayQueue.template.entry"));
entry->bindString("is-selected", "");
entry->bindString("name", Wt::WString::fromUTF8(track->getName()), Wt::TextFormat::Plain);
const auto artists {track->getArtists({Database::TrackArtistLinkType::Artist})};