diff options
Diffstat (limited to 'support/doc/plugins/guide.md')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index a90f8e72b..ca951c781 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -626,7 +626,7 @@ async function register ({ registerVideoField, peertubeHelpers }) { | |||
626 | default: '' | 626 | default: '' |
627 | } | 627 | } |
628 | 628 | ||
629 | for (const type of [ 'upload', 'import-url', 'import-torrent', 'update' ]) { | 629 | for (const type of [ 'upload', 'import-url', 'import-torrent', 'update', 'go-live' ]) { |
630 | registerVideoField(commonOptions, { type }) | 630 | registerVideoField(commonOptions, { type }) |
631 | } | 631 | } |
632 | } | 632 | } |