From 134006b0d4528c07f0022c6e75257bf9fedbfebb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Aug 2021 16:41:08 +0200 Subject: Update client dependencies --- client/src/app/core/auth/auth.service.ts | 2 +- .../app/shared/shared-video-playlist/video-add-to-playlist.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index 60bd72c60..ef5a3808e 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts @@ -206,7 +206,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular this.refreshingTokenObservable = this.http.post(AuthService.BASE_TOKEN_URL, body, { headers }) .pipe( map(res => this.handleRefreshToken(res)), - tap(() => this.refreshingTokenObservable = null), + tap(() => { this.refreshingTokenObservable = null }), catchError(err => { this.refreshingTokenObservable = null diff --git a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts index 8b019103c..7069fa8fd 100644 --- a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts +++ b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts @@ -47,7 +47,7 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit, isNewPlaylistBlockOpened = false videoPlaylistSearch: string - videoPlaylistSearchChanged = new Subject() + videoPlaylistSearchChanged = new Subject() videoPlaylists: PlaylistSummary[] = [] -- cgit v1.2.3