diff --git a/src/library/librarywatcher.cpp b/src/library/librarywatcher.cpp index 6763250e5..ad765fc39 100644 --- a/src/library/librarywatcher.cpp +++ b/src/library/librarywatcher.cpp @@ -249,7 +249,7 @@ void LibraryWatcher::ScanSubdirectory( // First we "quickly" get a list of the files in the directory that we // think might be music. While we're here, we also look for new subdirectories // and possible album artwork. - QDirIterator it(path, QDir::Dirs | QDir::Files | QDir::NoDotAndDotDot); + QDirIterator it(path, QDir::Dirs | QDir::Files | QDir::NoDotAndDotDot | QDir::Hidden); while (it.hasNext()) { if (stop_requested_) return;