diff options
-rw-r--r-- | client/src/app/videos/video-edit/video-add.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/video-edit/video-add.component.ts b/client/src/app/videos/video-edit/video-add.component.ts index 5d6c0e0c7..768b6fbcd 100644 --- a/client/src/app/videos/video-edit/video-add.component.ts +++ b/client/src/app/videos/video-edit/video-add.component.ts | |||
@@ -178,6 +178,8 @@ export class VideoAddComponent extends FormReactive implements OnInit { | |||
178 | this.error += ' access token refreshed. Please retry your request.' | 178 | this.error += ' access token refreshed. Please retry your request.' |
179 | } | 179 | } |
180 | ) | 180 | ) |
181 | } else if (status === 403) { | ||
182 | this.error = 'Your video quota is reached, you can\'t upload this video.' | ||
181 | } else { | 183 | } else { |
182 | this.error = 'Unknow error' | 184 | this.error = 'Unknow error' |
183 | console.error(this.error) | 185 | console.error(this.error) |