aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-update.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-13 22:14:04 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-13 22:14:04 +0100
commit2ba5ac33548b809285025be307960e49e7b3947c (patch)
tree509688111512aa30b319fdfc5b5ba27f00c7f8bd /client/src/app/videos/+video-edit/video-update.component.ts
parenta004ff172638083d69ed1028d18c9b6222d24da6 (diff)
downloadPeerTube-2ba5ac33548b809285025be307960e49e7b3947c.tar.gz
PeerTube-2ba5ac33548b809285025be307960e49e7b3947c.tar.zst
PeerTube-2ba5ac33548b809285025be307960e49e7b3947c.zip
Add link to video in update view and smooth progress bar repositioning
Diffstat (limited to 'client/src/app/videos/+video-edit/video-update.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-update.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-update.component.ts b/client/src/app/videos/+video-edit/video-update.component.ts
index 6ec187f40..20a607134 100644
--- a/client/src/app/videos/+video-edit/video-update.component.ts
+++ b/client/src/app/videos/+video-edit/video-update.component.ts
@@ -35,7 +35,6 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
35 private route: ActivatedRoute, 35 private route: ActivatedRoute,
36 private router: Router, 36 private router: Router,
37 private notifier: Notifier, 37 private notifier: Notifier,
38 private serverService: ServerService,
39 private videoService: VideoService, 38 private videoService: VideoService,
40 private loadingBar: LoadingBarService, 39 private loadingBar: LoadingBarService,
41 private videoCaptionService: VideoCaptionService, 40 private videoCaptionService: VideoCaptionService,