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:
parent
0ead914d02
commit
06ba09f357
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user