mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix missing call to postOps after file scans
This commit is contained in:
@@ -209,6 +209,8 @@ MusicScanner::scanFilePaths()
|
||||
if ( fi.exists() && fi.isReadable() )
|
||||
scanFile( fi );
|
||||
}
|
||||
|
||||
QMetaObject::invokeMethod( this, "postOps", Qt::QueuedConnection );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user