This commit is contained in:
2022-05-19 10:05:59 +08:00
parent 5a65aefca9
commit 08b2a2b52d
3 changed files with 38 additions and 2 deletions

View File

@ -104,6 +104,7 @@ export async function getMetadataMoreEasier(req,res) {
const filename = req.filename.slice(0, -1) || '/';
const entries = await findMatchingEntries(stream, filename);
const metadata = getMetadata(entries[filename], entries);
return metadata;