diff options
Diffstat (limited to 'client/src/app/+video-studio')
-rw-r--r-- | client/src/app/+video-studio/edit/video-studio-edit.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+video-studio/edit/video-studio-edit.component.ts b/client/src/app/+video-studio/edit/video-studio-edit.component.ts index 392b65767..bf91c237a 100644 --- a/client/src/app/+video-studio/edit/video-studio-edit.component.ts +++ b/client/src/app/+video-studio/edit/video-studio-edit.component.ts | |||
@@ -4,6 +4,7 @@ import { ConfirmService, Notifier, ServerService } from '@app/core' | |||
4 | import { FormReactive, FormValidatorService } from '@app/shared/shared-forms' | 4 | import { FormReactive, FormValidatorService } from '@app/shared/shared-forms' |
5 | import { VideoDetails } from '@app/shared/shared-main' | 5 | import { VideoDetails } from '@app/shared/shared-main' |
6 | import { LoadingBarService } from '@ngx-loading-bar/core' | 6 | import { LoadingBarService } from '@ngx-loading-bar/core' |
7 | import { logger } from '@root-helpers/logger' | ||
7 | import { secondsToTime } from '@shared/core-utils' | 8 | import { secondsToTime } from '@shared/core-utils' |
8 | import { VideoStudioTask, VideoStudioTaskCut } from '@shared/models' | 9 | import { VideoStudioTask, VideoStudioTaskCut } from '@shared/models' |
9 | import { VideoStudioService } from '../shared' | 10 | import { VideoStudioService } from '../shared' |
@@ -97,7 +98,7 @@ export class VideoStudioEditComponent extends FormReactive implements OnInit { | |||
97 | this.loadingBar.useRef().complete() | 98 | this.loadingBar.useRef().complete() |
98 | this.isRunningEdition = false | 99 | this.isRunningEdition = false |
99 | this.notifier.error(err.message) | 100 | this.notifier.error(err.message) |
100 | console.error(err) | 101 | logger.error(err) |
101 | } | 102 | } |
102 | }) | 103 | }) |
103 | } | 104 | } |