aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list/video-recently-added.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-list/video-recently-added.component.ts')
-rw-r--r--client/src/app/videos/video-list/video-recently-added.component.ts4
1 files changed, 2 insertions, 2 deletions
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 5768d9fe0..8183357f8 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
@@ -25,8 +25,8 @@ export class VideoRecentlyAddedComponent extends AbstractVideoList implements On
25 protected location: Location, 25 protected location: Location,
26 protected notificationsService: NotificationsService, 26 protected notificationsService: NotificationsService,
27 protected authService: AuthService, 27 protected authService: AuthService,
28 private videoService: VideoService, 28 protected i18n: I18n,
29 private i18n: I18n 29 private videoService: VideoService
30 ) { 30 ) {
31 super() 31 super()
32 32