mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Fix bug
Bump dependency version in docker image
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user