Skip to content

Commit

Permalink
TRACK follow symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Feb 13, 2024
1 parent cbf3d25 commit e69ca9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/track/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ pub fn find_tracks<T: AsRef<Path>>(path: T, types: &[String], include_hidden: bo
let now = Instant::now();

let tracks: Vec<Track> = WalkDir::new(path)
.follow_links(true)
.max_depth(10)
.into_iter()
.filter_entry(|e| {
Expand Down

0 comments on commit e69ca9e

Please sign in to comment.