diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-22 15:40:13 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 93cae47925e4dd68b7d34a41927b2740b4fab1b4 (patch) | |
tree | f649ab49fab1886b434e164591990cc99b234466 /client/src/app/shared/overview/overview.service.ts | |
parent | 587568e1cc0e33c023c1ac62dd28fef313285250 (diff) | |
download | PeerTube-93cae47925e4dd68b7d34a41927b2740b4fab1b4.tar.gz PeerTube-93cae47925e4dd68b7d34a41927b2740b4fab1b4.tar.zst PeerTube-93cae47925e4dd68b7d34a41927b2740b4fab1b4.zip |
Add client hooks
Diffstat (limited to 'client/src/app/shared/overview/overview.service.ts')
-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 | }) |