More query wrapped + fixed typo

This commit is contained in:
emeric
2024-04-02 23:04:54 +02:00
parent e2f68356fa
commit 50ecfb1378
8 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace lms::api::subsonic
if (id3) {
albumNode.setAttribute("name", release->getName());
albumNode.setAttribute("songCount", release->getTracksCount());
albumNode.setAttribute("songCount", release->getTrackCount());
albumNode.setAttribute(
"duration", std::chrono::duration_cast<std::chrono::seconds>(
release->getDuration())