diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-26 11:44:54 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-26 11:44:54 +0100 |
commit | fed951557277a6f783c75909f4cbeb21c4159133 (patch) | |
tree | ba5d6b8141116b3d147add4d0b918a13a5aafa4f /client/src/app/videos | |
parent | 73c695919c6569bfb667c36fc5a6b9b862130a0d (diff) | |
download | PeerTube-fed951557277a6f783c75909f4cbeb21c4159133.tar.gz PeerTube-fed951557277a6f783c75909f4cbeb21c4159133.tar.zst PeerTube-fed951557277a6f783c75909f4cbeb21c4159133.zip |
Disable service worker
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts index 324f26983..4c9dbf1bb 100644 --- a/client/src/app/videos/+video-edit/video-add.component.ts +++ b/client/src/app/videos/+video-edit/video-add.component.ts | |||
@@ -164,7 +164,7 @@ export class VideoAddComponent extends FormReactive implements OnInit, OnDestroy | |||
164 | 164 | ||
165 | const formData = new FormData() | 165 | const formData = new FormData() |
166 | formData.append('name', name) | 166 | formData.append('name', name) |
167 | // Put the video "private" -> we wait he validates the second step | 167 | // Put the video "private" -> we are waiting the user validation of the second step |
168 | formData.append('privacy', VideoPrivacy.PRIVATE.toString()) | 168 | formData.append('privacy', VideoPrivacy.PRIVATE.toString()) |
169 | formData.append('nsfw', '' + nsfw) | 169 | formData.append('nsfw', '' + nsfw) |
170 | formData.append('commentsEnabled', '' + commentsEnabled) | 170 | formData.append('commentsEnabled', '' + commentsEnabled) |