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

Add go-live example for plugin form fields

This commit is contained in:
Chocobozzz 2021-04-22 12:00:23 +02:00
parent 096231d00e
commit 87e0b71d36
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -16,5 +16,5 @@ export type RegisterClientFormFieldOptions = {
}
export interface RegisterClientVideoFieldOptions {
type: 'import-url' | 'import-torrent' | 'update' | 'upload'
type: 'update' | 'upload' | 'import-url' | 'import-torrent' | 'go-live'
}