feat: removed unclear return value
This commit is contained in:
parent
c850ea3844
commit
de976775cd
1 changed files with 1 additions and 5 deletions
|
@ -69,11 +69,7 @@ impl Iterator for MusicScanner {
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
// return the found files
|
// return the found files
|
||||||
if files.len() > 0 {
|
Some(files)
|
||||||
Some(files)
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue