aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-videos/account-videos.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account-videos/account-videos.component.ts')
-rw-r--r--client/src/app/account/account-videos/account-videos.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.ts b/client/src/app/account/account-videos/account-videos.component.ts
index 07f5b7f0b..91bc1b695 100644
--- a/client/src/app/account/account-videos/account-videos.component.ts
+++ b/client/src/app/account/account-videos/account-videos.component.ts
@@ -1,5 +1,6 @@
1import { Component, OnInit, OnDestroy } from '@angular/core' 1import { Component, OnInit, OnDestroy } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
3import { immutableAssign } from '@app/shared/misc/utils' 4import { immutableAssign } from '@app/shared/misc/utils'
4import { ComponentPagination } from '@app/shared/rest/component-pagination.model' 5import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
5import { NotificationsService } from 'angular2-notifications' 6import { NotificationsService } from 'angular2-notifications'
@@ -35,6 +36,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
35 protected authService: AuthService, 36 protected authService: AuthService,
36 protected notificationsService: NotificationsService, 37 protected notificationsService: NotificationsService,
37 protected confirmService: ConfirmService, 38 protected confirmService: ConfirmService,
39 protected location: Location,
38 private videoService: VideoService) { 40 private videoService: VideoService) {
39 super() 41 super()
40 } 42 }