diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
38 | protected route: ActivatedRoute, | 38 | protected route: ActivatedRoute, |
39 | protected authService: AuthService, | 39 | protected authService: AuthService, |
40 | protected notificationsService: NotificationsService, | 40 | protected notificationsService: NotificationsService, |
41 | protected confirmService: ConfirmService, | ||
42 | protected location: Location, | 41 | protected location: Location, |
43 | protected screenService: ScreenService, | 42 | protected screenService: ScreenService, |
44 | protected i18n: I18n, | 43 | protected i18n: I18n, |
44 | private confirmService: ConfirmService, | ||
45 | private videoService: VideoService, | 45 | private videoService: VideoService, |
46 | @Inject(LOCALE_ID) private localeId: string | 46 | @Inject(LOCALE_ID) private localeId: string |
47 | ) { | 47 | ) { |