From c5911fd347c76e8bdc05ea9f3ee9efed4a58c236 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Dec 2017 19:10:13 +0100 Subject: Begin to add avatar to actors --- client/src/app/account/account-videos/account-videos.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/account/account-videos') diff --git a/client/src/app/account/account-videos/account-videos.component.ts b/client/src/app/account/account-videos/account-videos.component.ts index 22941619d..d51b70e06 100644 --- a/client/src/app/account/account-videos/account-videos.component.ts +++ b/client/src/app/account/account-videos/account-videos.component.ts @@ -68,7 +68,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit .subscribe( res => this.notificationsService.success('Success', `${toDeleteVideosIds.length} videos deleted.`), - err => this.notificationsService.error('Error', err.text) + err => this.notificationsService.error('Error', err.message) ) } ) @@ -86,7 +86,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit this.spliceVideosById(video.id) }, - error => this.notificationsService.error('Error', error.text) + error => this.notificationsService.error('Error', error.message) ) } ) -- cgit v1.2.3