fix error in update
This commit is contained in:
parent
f8f442bc3c
commit
65510ae93b
|
@ -408,7 +408,7 @@ int db_sqlite_update(MP3FILE *pmp3) {
|
||||||
"bpm=%d," // bpm
|
"bpm=%d," // bpm
|
||||||
"compilation=%d," // compilation
|
"compilation=%d," // compilation
|
||||||
"rating=%d," // rating
|
"rating=%d," // rating
|
||||||
"sample_count=%d,"
|
"sample_count=%d" // sample_count
|
||||||
" WHERE path='%q'",
|
" WHERE path='%q'",
|
||||||
STR(pmp3->title),
|
STR(pmp3->title),
|
||||||
STR(pmp3->artist),
|
STR(pmp3->artist),
|
||||||
|
|
Loading…
Reference in New Issue