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
|
||||
"compilation=%d," // compilation
|
||||
"rating=%d," // rating
|
||||
"sample_count=%d,"
|
||||
"sample_count=%d" // sample_count
|
||||
" WHERE path='%q'",
|
||||
STR(pmp3->title),
|
||||
STR(pmp3->artist),
|
||||
|
|
Loading…
Reference in New Issue