mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* DbCmd_AddFiles should emit the file-IDs, not the track-IDs.
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user