diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-07 00:15:49 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-07 00:15:49 +0100 |
commit | 758f0d19f227bf2f33544040120023b8dd4d095f (patch) | |
tree | 1ab2aa01c3595a49a3dbd2fc1d0b1d9a1c7601ff /client/src/app/videos | |
parent | 54e7884775197877dd941b44bef03b3c6387b22a (diff) | |
download | PeerTube-758f0d19f227bf2f33544040120023b8dd4d095f.tar.gz PeerTube-758f0d19f227bf2f33544040120023b8dd4d095f.tar.zst PeerTube-758f0d19f227bf2f33544040120023b8dd4d095f.zip |
Improve nav in admin/configuration
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts index efdd284e8..ee4aa7b53 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts +++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts | |||
@@ -70,7 +70,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy | |||
70 | } | 70 | } |
71 | 71 | ||
72 | get videoExtensions () { | 72 | get videoExtensions () { |
73 | return this.serverConfig.video.file.extensions.join(',') | 73 | return this.serverConfig.video.file.extensions.join(', ') |
74 | } | 74 | } |
75 | 75 | ||
76 | ngOnInit () { | 76 | ngOnInit () { |