1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2024-02-15 14:14:50 +01:00
parent 331e7cb3c5
commit 5f09fde24e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 1 additions and 4 deletions

View file

@ -119,9 +119,9 @@ export class LiveCommand extends AbstractCommand {
}
async quickCreate (options: OverrideCommandOptions & {
name: string
saveReplay: boolean
permanentLive: boolean
name?: string
privacy?: VideoPrivacyType
videoPasswords?: string[]
}) {