aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-28 13:42:48 +0100
committerChocobozzz <chocobozzz@cpy.re>2022-02-28 14:29:01 +0100
commit70a8e50a5d3df90cba615559b5aaba1536356f5a (patch)
tree66289e1d18baf2165e862584539a57c7e89eda41 /client/src/app/+videos/+video-edit/shared/video-edit.component.ts
parent57d74ec83d64daaf2efc6a3dad8adbcfe1f59415 (diff)
downloadPeerTube-70a8e50a5d3df90cba615559b5aaba1536356f5a.tar.gz
PeerTube-70a8e50a5d3df90cba615559b5aaba1536356f5a.tar.zst
PeerTube-70a8e50a5d3df90cba615559b5aaba1536356f5a.zip
Cleanup subtitle edition PR
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.ts')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.ts b/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
index 0f4d0619b..2801fc519 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
@@ -59,7 +59,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
59 @Input() userVideoChannels: SelectChannelItem[] = [] 59 @Input() userVideoChannels: SelectChannelItem[] = []
60 @Input() forbidScheduledPublication = true 60 @Input() forbidScheduledPublication = true
61 61
62 @Input() videoCaptions: (VideoCaptionWithPathEdit)[] = [] 62 @Input() videoCaptions: VideoCaptionWithPathEdit[] = []
63 63
64 @Input() waitTranscodingEnabled = true 64 @Input() waitTranscodingEnabled = true
65 @Input() type: VideoEditType 65 @Input() type: VideoEditType