aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/videos-selection.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/videos-selection.component.ts')
-rw-r--r--client/src/app/shared/shared-video-miniature/videos-selection.component.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.ts b/client/src/app/shared/shared-video-miniature/videos-selection.component.ts
index 2b060b130..ef59975d4 100644
--- a/client/src/app/shared/shared-video-miniature/videos-selection.component.ts
+++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.ts
@@ -2,6 +2,7 @@ import { Observable } from 'rxjs'
2import { 2import {
3 AfterContentInit, 3 AfterContentInit,
4 Component, 4 Component,
5 ComponentFactoryResolver,
5 ContentChildren, 6 ContentChildren,
6 EventEmitter, 7 EventEmitter,
7 Input, 8 Input,
@@ -51,7 +52,8 @@ export class VideosSelectionComponent extends AbstractVideoList implements OnIni
51 protected userService: UserService, 52 protected userService: UserService,
52 protected screenService: ScreenService, 53 protected screenService: ScreenService,
53 protected storageService: LocalStorageService, 54 protected storageService: LocalStorageService,
54 protected serverService: ServerService 55 protected serverService: ServerService,
56 protected cfr: ComponentFactoryResolver
55 ) { 57 ) {
56 super() 58 super()
57 } 59 }