diff options
Diffstat (limited to 'client/src/app/+video-studio/edit/video-studio-edit.component.ts')
-rw-r--r-- | client/src/app/+video-studio/edit/video-studio-edit.component.ts | 4 |
1 files changed, 2 insertions, 2 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 3d618fbe1..40e9cf40a 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 | |||
@@ -5,8 +5,8 @@ import { FormReactive, FormReactiveService } 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 { logger } from '@root-helpers/logger' |
8 | import { secondsToTime } from '@shared/core-utils' | 8 | import { secondsToTime } from '@peertube/peertube-core-utils' |
9 | import { VideoStudioTask, VideoStudioTaskCut } from '@shared/models' | 9 | import { VideoStudioTask, VideoStudioTaskCut } from '@peertube/peertube-models' |
10 | import { VideoStudioService } from '../shared' | 10 | import { VideoStudioService } from '../shared' |
11 | 11 | ||
12 | @Component({ | 12 | @Component({ |