1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2022-10-21 14:38:10 +02:00 committed by Chocobozzz
parent fc097052ab
commit 0177101284
3 changed files with 5 additions and 5 deletions

View file

@ -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 {