aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-13 08:46:51 +0200
committerChocobozzz <me@florianbigard.com>2021-07-13 08:46:51 +0200
commita3f45a2ab3cadf0946f06a0539993b828becd516 (patch)
tree6ebd8e6f1fe199e71ac7a6c9e0b6f161dff9fd97 /client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
parentde15b052c59cbd4b99bca835b124485ca1af399e (diff)
downloadPeerTube-a3f45a2ab3cadf0946f06a0539993b828becd516.tar.gz
PeerTube-a3f45a2ab3cadf0946f06a0539993b828becd516.tar.zst
PeerTube-a3f45a2ab3cadf0946f06a0539993b828becd516.zip
Fix default privacy when plugins deleted private
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
index 01c9fcb16..db25dc6be 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
@@ -62,7 +62,7 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView
62 62
63 const video: LiveVideoCreate = { 63 const video: LiveVideoCreate = {
64 name, 64 name,
65 privacy: VideoPrivacy.PRIVATE, 65 privacy: this.highestPrivacy,
66 nsfw: this.serverConfig.instance.isNSFW, 66 nsfw: this.serverConfig.instance.isNSFW,
67 waitTranscoding: true, 67 waitTranscoding: true,
68 commentsEnabled: true, 68 commentsEnabled: true,