mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix tests
This commit is contained in:
parent
fc097052ab
commit
0177101284
3 changed files with 5 additions and 5 deletions
|
@ -344,7 +344,7 @@ export class VideosCommand extends AbstractCommand {
|
|||
mode?: 'legacy' | 'resumable' // default legacy
|
||||
waitTorrentGeneration?: boolean // default true
|
||||
} = {}) {
|
||||
const { mode = 'legacy', waitTorrentGeneration } = options
|
||||
const { mode = 'legacy', waitTorrentGeneration = true } = options
|
||||
let defaultChannelId = 1
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue