From b2731bff2834fb6aacf166cf435030bf96eb12f3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Dec 2017 14:41:59 +0100 Subject: Small style fixes --- client/src/app/videos/video-list/video-recently-added.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos/video-list/video-recently-added.component.ts') diff --git a/client/src/app/videos/video-list/video-recently-added.component.ts b/client/src/app/videos/video-list/video-recently-added.component.ts index 6168fac95..3020b8c30 100644 --- a/client/src/app/videos/video-list/video-recently-added.component.ts +++ b/client/src/app/videos/video-list/video-recently-added.component.ts @@ -1,6 +1,7 @@ import { Component, OnInit } from '@angular/core' import { ActivatedRoute, Router } from '@angular/router' import { NotificationsService } from 'angular2-notifications' +import { AuthService } from '../../core/auth' import { AbstractVideoList } from '../../shared/video/abstract-video-list' import { SortField } from '../../shared/video/sort-field.type' import { VideoService } from '../../shared/video/video.service' @@ -18,6 +19,7 @@ export class VideoRecentlyAddedComponent extends AbstractVideoList implements On constructor (protected router: Router, protected route: ActivatedRoute, protected notificationsService: NotificationsService, + protected authService: AuthService, private videoService: VideoService) { super() } -- cgit v1.2.3