mirror of https://github.com/Chocobozzz/PeerTube
Fix CLI build
parent
400ed2ab41
commit
350b866fdd
|
@ -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 New Issue