commit e0515db79b80f1d751999be88f805bf38c532f83 Author: Kris Maglione <maglion...@gmail.com> Date: Thu Jan 7 21:41:28 2010 -0500
[sqlite] Write out soundcheck info. src/itdb_sqlite.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) --- diff --git a/src/itdb_sqlite.c b/src/itdb_sqlite.c index de2d26c..6b313c7 100644 --- a/src/itdb_sqlite.c +++ b/src/itdb_sqlite.c @@ -1097,8 +1097,7 @@ static int mk_Library(Itdb_iTunesDB *itdb, /* TODO this either */ sqlite3_bind_int(stmt_avformat_info, ++idx, 0); /* volume_normalization_energy */ - /* TODO and where is this value stored?! */ - sqlite3_bind_int(stmt_avformat_info, ++idx, 0); + sqlite3_bind_int(stmt_avformat_info, ++idx, track->soundcheck); res = sqlite3_step(stmt_avformat_info); if (res == SQLITE_DONE) { ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2