mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
fix workflow warning
This commit is contained in:
parent
82d2a89aa2
commit
f563fb500b
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ fn list(info: &TorrentMetaV1Info<ByteBufOwned>, limit: usize) -> Option<Vec<(Str
|
|||
t += 1;
|
||||
if t < limit {
|
||||
b.push((
|
||||
String::from_utf8(f.path.iter().flat_map(|b| b.to_vec()).collect())
|
||||
String::from_utf8(f.path.iter().flat_map(|b| b.0.to_vec()).collect())
|
||||
.unwrap_or_default(),
|
||||
f.length,
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue