Fix CLI build
This commit is contained in:
parent
400ed2ab41
commit
350b866fdd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export class YoutubeDLCLI {
|
||||||
format: string
|
format: string
|
||||||
output: string
|
output: string
|
||||||
processOptions: execa.NodeOptions
|
processOptions: execa.NodeOptions
|
||||||
timeout: number
|
timeout?: number
|
||||||
additionalYoutubeDLArgs?: string[]
|
additionalYoutubeDLArgs?: string[]
|
||||||
}) {
|
}) {
|
||||||
return this.run({
|
return this.run({
|
||||||
|
|
Loading…
Reference in a new issue