Fixed format

This commit is contained in:
emeric
2024-07-13 19:02:58 +02:00
parent 9ff387061a
commit cbc387b8b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace lms::db
if (params.release.isValid())
query.where("t.release_id = ?").bind(params.release);
if (params.artist.isValid())
{
query.join("artist a ON a.id = t_a_l.artist_id")