diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:37:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:37:04 +0100 |
commit | 350b866fdda6fe239b8dc94245eddda4098ad6b1 (patch) | |
tree | 6f0c9f46ae1674cc69418d882311ba3d9af165ef | |
parent | 400ed2ab4155689d1695cfbce9358f9ca3a5da60 (diff) | |
download | PeerTube-350b866fdda6fe239b8dc94245eddda4098ad6b1.tar.gz PeerTube-350b866fdda6fe239b8dc94245eddda4098ad6b1.tar.zst PeerTube-350b866fdda6fe239b8dc94245eddda4098ad6b1.zip |
Fix CLI build
-rw-r--r-- | server/helpers/youtube-dl/youtube-dl-cli.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/youtube-dl/youtube-dl-cli.ts b/server/helpers/youtube-dl/youtube-dl-cli.ts index d4a6dd9b3..30fd1c97d 100644 --- a/server/helpers/youtube-dl/youtube-dl-cli.ts +++ b/server/helpers/youtube-dl/youtube-dl-cli.ts | |||
@@ -90,7 +90,7 @@ export class YoutubeDLCLI { | |||
90 | format: string | 90 | format: string |
91 | output: string | 91 | output: string |
92 | processOptions: execa.NodeOptions | 92 | processOptions: execa.NodeOptions |
93 | timeout: number | 93 | timeout?: number |
94 | additionalYoutubeDLArgs?: string[] | 94 | additionalYoutubeDLArgs?: string[] |
95 | }) { | 95 | }) { |
96 | return this.run({ | 96 | return this.run({ |