feat: removed unclear return value

This commit is contained in:
Nickiel12 2022-12-12 18:11:39 -08:00
parent c850ea3844
commit de976775cd

View file

@ -69,11 +69,7 @@ impl Iterator for MusicScanner {
.unwrap();
// return the found files
if files.len() > 0 {
Some(files)
} else {
None
}
}
}