This commit is contained in:
Jonas Kvinge 2021-04-26 23:12:59 +02:00
parent 8c64d3b55c
commit 3d1928cca9
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ void CollectionWatcher::RescanTracksNow() {
Q_ASSERT(!rescan_in_progress_);
stop_requested_ = false;
// Currently we are too stupid to rescan one file at a time, so we'll just scan the full directiories
// Currently we are too stupid to rescan one file at a time, so we'll just scan the full directories
QStringList scanned_dirs; // To avoid double scans
while (!song_rescan_queue_.isEmpty()) {
if (stop_requested_) break;