mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 09:35:37 +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;
|
t += 1;
|
||||||
if t < limit {
|
if t < limit {
|
||||||
b.push((
|
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(),
|
.unwrap_or_default(),
|
||||||
f.length,
|
f.length,
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue