aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.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-import-torrent.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-import-torrent.component.ts')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
index 172dd5ba5..62aaeb019 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
@@ -79,7 +79,7 @@ export class VideoImportTorrentComponent extends VideoSend implements OnInit, Af
79 this.isImportingVideo = true 79 this.isImportingVideo = true
80 80
81 const videoUpdate: VideoUpdate = { 81 const videoUpdate: VideoUpdate = {
82 privacy: VideoPrivacy.PRIVATE, 82 privacy: this.highestPrivacy,
83 waitTranscoding: false, 83 waitTranscoding: false,
84 commentsEnabled: true, 84 commentsEnabled: true,
85 downloadEnabled: true, 85 downloadEnabled: true,