X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccount-videos%2Faccount-videos.component.ts;h=da3903d2c704fa645278839a292b50749c3c453a;hb=5bcbcbe338ef5a1ed14f084311d013fbb25dabcf;hp=58d0719fd60524afb57fdd6d1d81a30cf61fd953;hpb=7a4994873c0b3394d04e16e877fc7418bc8b146a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/account-videos/account-videos.component.ts b/client/src/app/+accounts/account-videos/account-videos.component.ts index 58d0719fd..da3903d2c 100644 --- a/client/src/app/+accounts/account-videos/account-videos.component.ts +++ b/client/src/app/+accounts/account-videos/account-videos.component.ts @@ -1,6 +1,6 @@ import { Subscription } from 'rxjs' import { first, tap } from 'rxjs/operators' -import { Component, OnDestroy, OnInit } from '@angular/core' +import { Component, ComponentFactoryResolver, OnDestroy, OnInit } from '@angular/core' import { ActivatedRoute, Router } from '@angular/router' import { AuthService, ConfirmService, LocalStorageService, Notifier, ScreenService, ServerService, UserService } from '@app/core' import { immutableAssign } from '@app/helpers' @@ -35,7 +35,8 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit, protected screenService: ScreenService, protected storageService: LocalStorageService, private accountService: AccountService, - private videoService: VideoService + private videoService: VideoService, + protected cfr: ComponentFactoryResolver ) { super() }