Skip to content

Commit

Permalink
Crate Archives: missing query format param
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed May 22, 2023
1 parent 7778f64 commit fb6d072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/trackset/crate/cratestorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ bool CrateStorage::onInsertingCrate(
}
FwdSqlQuery query(m_database,
QStringLiteral(
"INSERT INTO %1 (%2,%3,%4) "
"INSERT INTO %1 (%2,%3,%4,%5) "
"VALUES (:name,:locked,:archived,:autoDjSource)")
.arg(
CRATE_TABLE,
Expand Down

0 comments on commit fb6d072

Please sign in to comment.