mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Don't log empty DeleteFiles DbCmds.
This commit is contained in:
@@ -37,6 +37,9 @@ DatabaseCommand_DeleteFiles::postCommitHook()
|
|||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
qDebug() << Q_FUNC_INFO;
|
||||||
|
|
||||||
|
if ( !m_files.count() )
|
||||||
|
return;
|
||||||
|
|
||||||
// make the collection object emit its tracksAdded signal, so the
|
// make the collection object emit its tracksAdded signal, so the
|
||||||
// collection browser will update/fade in etc.
|
// collection browser will update/fade in etc.
|
||||||
Collection* coll = source()->collection().data();
|
Collection* coll = source()->collection().data();
|
||||||
|
Reference in New Issue
Block a user