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.ts2
1 files changed, 1 insertions, 1 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 2f4908074..506f92d25 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
@@ -17,7 +17,7 @@ export class VideoRecentlyAddedComponent extends AbstractVideoList implements On
17 sort: VideoSortField = '-publishedAt' 17 sort: VideoSortField = '-publishedAt'
18 groupByDate = true 18 groupByDate = true
19 19
20 useUserVideoPreferences = true 20 loadUserVideoPreferences = true
21 21
22 constructor ( 22 constructor (
23 protected route: ActivatedRoute, 23 protected route: ActivatedRoute,