X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-videos%2Fmy-account-videos.component.ts;h=54830c75e76ee7252bede67d6c2bff1612e9910d;hb=308c427551c3e20cd9172be58636d8c178f5ae70;hp=e698b75ec1e256e96181a886c52c02b9edd45e24;hpb=ef4c78da4f0da61aebfa42f6e8420bf431a68bc8;p=github%2FChocobozzz%2FPeerTube.git 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 ) {