Formatting
This commit is contained in:
@@ -864,8 +864,9 @@ void CollectionWatcher::RescanTracksAsync(const SongList &songs) {
|
|||||||
song_rescan_queue_.append(songs);
|
song_rescan_queue_.append(songs);
|
||||||
|
|
||||||
// Call only if it's not already running
|
// Call only if it's not already running
|
||||||
if (!rescan_in_progress_)
|
if (!rescan_in_progress_) {
|
||||||
QMetaObject::invokeMethod(this, "RescanTracksNow", Qt::QueuedConnection);
|
QMetaObject::invokeMethod(this, "RescanTracksNow", Qt::QueuedConnection);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user