aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/video-local.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/video-list/video-local.component.ts')
-rw-r--r--client/src/app/+videos/video-list/video-local.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/video-list/video-local.component.ts b/client/src/app/+videos/video-list/video-local.component.ts
index af7eecff4..4be8cd6b5 100644
--- a/client/src/app/+videos/video-list/video-local.component.ts
+++ b/client/src/app/+videos/video-list/video-local.component.ts
@@ -17,7 +17,7 @@ export class VideoLocalComponent extends AbstractVideoList implements OnInit, On
17 sort = '-publishedAt' as VideoSortField 17 sort = '-publishedAt' as VideoSortField
18 filter: VideoFilter = 'local' 18 filter: VideoFilter = 'local'
19 19
20 useUserVideoPreferences = true 20 loadUserVideoPreferences = true
21 21
22 constructor ( 22 constructor (
23 protected router: Router, 23 protected router: Router,