mirror of https://github.com/Chocobozzz/PeerTube
Fix CLI build
parent
400ed2ab41
commit
350b866fdd
|
@ -90,7 +90,7 @@ export class YoutubeDLCLI {
|
|||
format: string
|
||||
output: string
|
||||
processOptions: execa.NodeOptions
|
||||
timeout: number
|
||||
timeout?: number
|
||||
additionalYoutubeDLArgs?: string[]
|
||||
}) {
|
||||
return this.run({
|
||||
|
|
Loading…
Reference in New Issue