diff options
Diffstat (limited to 'client/src/app/shared/overview')
-rw-r--r-- | client/src/app/shared/overview/overview.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
45 | of(object.videos) | 45 | of(object.videos) |
46 | .pipe( | 46 | .pipe( |
47 | switchMap(videos => this.videosService.extractVideos({ total: 0, data: videos })), | 47 | switchMap(videos => this.videosService.extractVideos({ total: 0, data: videos })), |
48 | map(result => result.videos), | 48 | map(result => result.data), |
49 | tap(videos => { | 49 | tap(videos => { |
50 | videosOverviewResult[key].push(immutableAssign(object, { videos })) | 50 | videosOverviewResult[key].push(immutableAssign(object, { videos })) |
51 | }) | 51 | }) |