From 308c427551c3e20cd9172be58636d8c178f5ae70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Jul 2018 18:09:31 +0200 Subject: Use a resolver when updating the video --- .../app/+my-account/my-account-videos/my-account-videos.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account') diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts index e698b75ec..54830c75e 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts @@ -38,10 +38,10 @@ export class MyAccountVideosComponent extends AbstractVideoList implements OnIni protected route: ActivatedRoute, protected authService: AuthService, protected notificationsService: NotificationsService, - protected confirmService: ConfirmService, protected location: Location, protected screenService: ScreenService, protected i18n: I18n, + private confirmService: ConfirmService, private videoService: VideoService, @Inject(LOCALE_ID) private localeId: string ) { -- cgit v1.2.3