From 93cae47925e4dd68b7d34a41927b2740b4fab1b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 Jul 2019 15:40:13 +0200 Subject: Add client hooks --- client/src/app/shared/overview/overview.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/overview/overview.service.ts') diff --git a/client/src/app/shared/overview/overview.service.ts b/client/src/app/shared/overview/overview.service.ts index 98dba2d97..bd4068925 100644 --- a/client/src/app/shared/overview/overview.service.ts +++ b/client/src/app/shared/overview/overview.service.ts @@ -45,7 +45,7 @@ export class OverviewService { of(object.videos) .pipe( switchMap(videos => this.videosService.extractVideos({ total: 0, data: videos })), - map(result => result.videos), + map(result => result.data), tap(videos => { videosOverviewResult[key].push(immutableAssign(object, { videos })) }) -- cgit v1.2.3