diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:18:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:26:52 +0200 |
commit | ae04a0ce1298ca4db8b2d0d69df36845213e5fcb (patch) | |
tree | 5b10af364f25cd4c3b7a54dac461db546becab41 /client/src/app/videos | |
parent | 74921541dbbb0dfce65fc11c7d74deed488ef9bc (diff) | |
download | PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.gz PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.zst PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add-components/video-send.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-send.ts b/client/src/app/videos/+video-edit/video-add-components/video-send.ts index bfe588676..6d1bac3f2 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-send.ts +++ b/client/src/app/videos/+video-edit/video-add-components/video-send.ts | |||
@@ -13,7 +13,6 @@ import { VideoEdit } from '@app/shared/video/video-edit.model' | |||
13 | import { populateAsyncUserVideoChannels } from '@app/shared/misc/utils' | 13 | import { populateAsyncUserVideoChannels } from '@app/shared/misc/utils' |
14 | 14 | ||
15 | export abstract class VideoSend extends FormReactive implements OnInit, CanComponentDeactivate { | 15 | export abstract class VideoSend extends FormReactive implements OnInit, CanComponentDeactivate { |
16 | |||
17 | userVideoChannels: { id: number, label: string, support: string }[] = [] | 16 | userVideoChannels: { id: number, label: string, support: string }[] = [] |
18 | videoPrivacies: VideoConstant<VideoPrivacy>[] = [] | 17 | videoPrivacies: VideoConstant<VideoPrivacy>[] = [] |
19 | videoCaptions: VideoCaptionEdit[] = [] | 18 | videoCaptions: VideoCaptionEdit[] = [] |