mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +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_queries << query;*/
|
||||||
|
|
||||||
m_ids << trackid;
|
m_ids << fileid;
|
||||||
added++;
|
added++;
|
||||||
}
|
}
|
||||||
qDebug() << "Inserted" << added << "tracks to database";
|
qDebug() << "Inserted" << added << "tracks to database";
|
||||||
|
Reference in New Issue
Block a user