Fixed clang warning

This commit is contained in:
emeric
2021-09-26 15:53:53 +02:00
parent ada50d80c8
commit 496e9161e9
2 changed files with 2 additions and 4 deletions
@@ -233,7 +233,7 @@ namespace
result.oldestEntry = listenedAt;
if (const Database::Track::pointer track {tryMatchListen(session, metadata)})
result.matchedListens.emplace_back(Scrobbling::TimedListen {userId, track->getId(), listenedAt});
result.matchedListens.emplace_back(Scrobbling::TimedListen {{userId, track->getId()}, listenedAt});
}
}
catch (const Wt::WException& error)