mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 10:14:43 +01:00
Fix typo
This commit is contained in:
parent
8c64d3b55c
commit
3d1928cca9
@ -879,7 +879,7 @@ void CollectionWatcher::RescanTracksNow() {
|
|||||||
Q_ASSERT(!rescan_in_progress_);
|
Q_ASSERT(!rescan_in_progress_);
|
||||||
stop_requested_ = false;
|
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
|
QStringList scanned_dirs; // To avoid double scans
|
||||||
while (!song_rescan_queue_.isEmpty()) {
|
while (!song_rescan_queue_.isEmpty()) {
|
||||||
if (stop_requested_) break;
|
if (stop_requested_) break;
|
||||||
|
Loading…
Reference in New Issue
Block a user