Bump dependency version in docker image
This commit is contained in:
2024-05-31 07:35:05 +08:00
parent 4991b87bf2
commit b3fc811af0
2 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ export async function export_zip(
};
sendEvent();
const title = (jpn_title && g.title_jpn) ? g.title_jpn : g.title;
const output = ecfg.output === undefined
const output = !ecfg.output
? join(cfg.base, filterFilename(title + ".zip"))
: ecfg.output;
const maxLength = ecfg.max_length || 0;