diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video-channel/video-channel.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-channel/video-channel.service.ts b/client/src/app/shared/video-channel/video-channel.service.ts index c94411146..d0bec649a 100644 --- a/client/src/app/shared/video-channel/video-channel.service.ts +++ b/client/src/app/shared/video-channel/video-channel.service.ts | |||
@@ -73,7 +73,7 @@ export class VideoChannelService { | |||
73 | } | 73 | } |
74 | 74 | ||
75 | removeVideoChannel (videoChannel: VideoChannel) { | 75 | removeVideoChannel (videoChannel: VideoChannel) { |
76 | return this.authHttp.delete(VideoChannelService.BASE_VIDEO_CHANNEL_URL + videoChannel.uuid) | 76 | return this.authHttp.delete(VideoChannelService.BASE_VIDEO_CHANNEL_URL + videoChannel.nameWithHost) |
77 | .pipe( | 77 | .pipe( |
78 | map(this.restExtractor.extractDataBool), | 78 | map(this.restExtractor.extractDataBool), |
79 | catchError(err => this.restExtractor.handleError(err)) | 79 | catchError(err => this.restExtractor.handleError(err)) |