1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* DbCmd_AddFiles should emit the file-IDs, not the track-IDs.

This commit is contained in:
Christian Muehlhaeuser 2011-11-06 19:53:23 +01:00
parent 0ead914d02
commit 06ba09f357

View File

@ -211,7 +211,7 @@ DatabaseCommand_AddFiles::exec( DatabaseImpl* dbi )
m_queries << query;*/
m_ids << trackid;
m_ids << fileid;
added++;
}
qDebug() << "Inserted" << added << "tracks to database";