]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-recently-added.component.ts
Store webtorrent chunks in indexdb
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-recently-added.component.ts
index cca35d0f58635d39f454a6930c0840b5bcf98344..535b6e618433a8a8d58823a30e4722cfaca99e76 100644 (file)
@@ -1,5 +1,6 @@
 import { Component, OnDestroy, OnInit } from '@angular/core'
 import { ActivatedRoute, Router } from '@angular/router'
+import { Location } from '@angular/common'
 import { immutableAssign } from '@app/shared/misc/utils'
 import { NotificationsService } from 'angular2-notifications'
 import { AuthService } from '../../core/auth'
@@ -19,6 +20,7 @@ export class VideoRecentlyAddedComponent extends AbstractVideoList implements On
 
   constructor (protected router: Router,
                protected route: ActivatedRoute,
+               protected location: Location,
                protected notificationsService: NotificationsService,
                protected authService: AuthService,
                private videoService: VideoService) {