aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-15 10:54:12 +0200
committerChocobozzz <me@florianbigard.com>2021-10-15 10:54:12 +0200
commit3eb7ee658db32d270553046eeb77afc679a71466 (patch)
tree6bd575cc9a95760624ef3e0d6808f1d7e6dd18df /client/src/app/+videos/+video-edit/video-add-components
parentca44cb36921a495e0583fb3c0553dd262855273a (diff)
downloadPeerTube-3eb7ee658db32d270553046eeb77afc679a71466.tar.gz
PeerTube-3eb7ee658db32d270553046eeb77afc679a71466.tar.zst
PeerTube-3eb7ee658db32d270553046eeb77afc679a71466.zip
Try to improve permanent live label
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts2
1 files changed, 2 insertions, 0 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 2065e4e8e..ee7011b4c 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
@@ -70,6 +70,8 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView
70 waitTranscoding: true, 70 waitTranscoding: true,
71 commentsEnabled: true, 71 commentsEnabled: true,
72 downloadEnabled: true, 72 downloadEnabled: true,
73 permanentLive: false,
74 saveReplay: false,
73 channelId: this.firstStepChannelId 75 channelId: this.firstStepChannelId
74 } 76 }
75 77