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