mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix tests
This commit is contained in:
parent
331e7cb3c5
commit
5f09fde24e
2 changed files with 1 additions and 4 deletions
|
@ -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[]
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue