[CR] Fix subtitles being named undefined
Fixes subtitles being named undefined when using novids and noaudio together
This commit is contained in:
parent
421cd5fcee
commit
aae69fa2a1
1 changed files with 2 additions and 0 deletions
|
|
@ -1936,6 +1936,8 @@ export default class Crunchy implements ServiceClass {
|
|||
console.info('Downloading skipped!');
|
||||
}
|
||||
}
|
||||
} else if (options.novids && options.noaudio) {
|
||||
fileName = parseFileName(options.fileName, variables, options.numbers, options.override).join(path.sep);
|
||||
}
|
||||
|
||||
if (compiledChapters.length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue