diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-20 14:27:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-20 14:27:30 +0200 |
commit | 2a2c19dfef7a9aa313c6ca0798f271c9a63449a9 (patch) | |
tree | e6c87798105b64fc5dc44705532965cc6c96bd06 /client/src/app/account/account-videos | |
parent | 6d492e562cdc80d986323e9b5ee14953d3956e18 (diff) | |
download | PeerTube-2a2c19dfef7a9aa313c6ca0798f271c9a63449a9.tar.gz PeerTube-2a2c19dfef7a9aa313c6ca0798f271c9a63449a9.tar.zst PeerTube-2a2c19dfef7a9aa313c6ca0798f271c9a63449a9.zip |
Replace current state when changing page
Diffstat (limited to 'client/src/app/account/account-videos')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.ts | 2 |
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 @@ | |||
1 | import { Component, OnInit, OnDestroy } from '@angular/core' | 1 | import { Component, OnInit, OnDestroy } from '@angular/core' |
2 | import { ActivatedRoute, Router } from '@angular/router' | 2 | import { ActivatedRoute, Router } from '@angular/router' |
3 | import { Location } from '@angular/common' | ||
3 | import { immutableAssign } from '@app/shared/misc/utils' | 4 | import { immutableAssign } from '@app/shared/misc/utils' |
4 | import { ComponentPagination } from '@app/shared/rest/component-pagination.model' | 5 | import { ComponentPagination } from '@app/shared/rest/component-pagination.model' |
5 | import { NotificationsService } from 'angular2-notifications' | 6 | import { 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 | } |