Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ fn index_path_with_progress(
// Small commits make verified tracks visible without holding the database
// while the rest of a large collection is scanned.
for entry in WalkDir::new(folder)
.follow_links(false)
.follow_links(true)
.into_iter()
.filter_map(Result::ok)
.filter(|entry| entry.file_type().is_file() && supported_audio_path(entry.path()))
Expand Down