aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-06-05 11:05:25 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-06-08 09:22:06 +0200
commit295106516277581ba4967199fa5580264a90ae2c (patch)
tree1e95f4ba0f4c354802a495939d642590a5d3b5fa /client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
parent27bc95867442c772841fb183a625bbda61dede51 (diff)
downloadPeerTube-295106516277581ba4967199fa5580264a90ae2c.tar.gz
PeerTube-295106516277581ba4967199fa5580264a90ae2c.tar.zst
PeerTube-295106516277581ba4967199fa5580264a90ae2c.zip
allow public video privacy to be deleted in the web client
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, 0 insertions, 2 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 2837b30c1..172dd5ba5 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
@@ -32,8 +32,6 @@ export class VideoImportTorrentComponent extends VideoSend implements OnInit, Af
32 video: VideoEdit 32 video: VideoEdit
33 error: string 33 error: string
34 34
35 protected readonly DEFAULT_VIDEO_PRIVACY = VideoPrivacy.PUBLIC
36
37 constructor ( 35 constructor (
38 protected formValidatorService: FormValidatorService, 36 protected formValidatorService: FormValidatorService,
39 protected loadingBar: LoadingBarService, 37 protected loadingBar: LoadingBarService,