X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideos-selection.component.ts;h=0644200568c195a4767fd7d1132dde462738aea1;hb=e612209767ebe1deb0af7688c96b7f979bb52b44;hp=994e0fa1ec0774ec1322386f3a0fc17c318a76d8;hpb=93cae47925e4dd68b7d34a41927b2740b4fab1b4;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/videos-selection.component.ts b/client/src/app/shared/video/videos-selection.component.ts index 994e0fa1e..064420056 100644 --- a/client/src/app/shared/video/videos-selection.component.ts +++ b/client/src/app/shared/video/videos-selection.component.ts @@ -35,7 +35,7 @@ export class VideosSelectionComponent extends AbstractVideoList implements OnIni @Input() titlePage: string @Input() miniatureDisplayOptions: MiniatureDisplayOptions @Input() getVideosObservableFunction: (page: number, sort?: VideoSortField) => Observable> - @ContentChildren(PeerTubeTemplateDirective) templates: QueryList + @ContentChildren(PeerTubeTemplateDirective) templates: QueryList> @Output() selectionChange = new EventEmitter() @Output() videosModelChange = new EventEmitter()