diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-29 19:10:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-29 19:10:13 +0100 |
commit | c5911fd347c76e8bdc05ea9f3ee9efed4a58c236 (patch) | |
tree | b8d287daca6c45305090cbec9da97d1155f275bd /client/src/app/account/account-videos | |
parent | 8b0d42ee372de6589796be26b83e5bffb1b69cdf (diff) | |
download | PeerTube-c5911fd347c76e8bdc05ea9f3ee9efed4a58c236.tar.gz PeerTube-c5911fd347c76e8bdc05ea9f3ee9efed4a58c236.tar.zst PeerTube-c5911fd347c76e8bdc05ea9f3ee9efed4a58c236.zip |
Begin to add avatar to actors
Diffstat (limited to 'client/src/app/account/account-videos')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
68 | .subscribe( | 68 | .subscribe( |
69 | res => this.notificationsService.success('Success', `${toDeleteVideosIds.length} videos deleted.`), | 69 | res => this.notificationsService.success('Success', `${toDeleteVideosIds.length} videos deleted.`), |
70 | 70 | ||
71 | err => this.notificationsService.error('Error', err.text) | 71 | err => this.notificationsService.error('Error', err.message) |
72 | ) | 72 | ) |
73 | } | 73 | } |
74 | ) | 74 | ) |
@@ -86,7 +86,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit | |||
86 | this.spliceVideosById(video.id) | 86 | this.spliceVideosById(video.id) |
87 | }, | 87 | }, |
88 | 88 | ||
89 | error => this.notificationsService.error('Error', error.text) | 89 | error => this.notificationsService.error('Error', error.message) |
90 | ) | 90 | ) |
91 | } | 91 | } |
92 | ) | 92 | ) |