diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-24 11:43:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-24 11:50:54 +0200 |
commit | 187b2e23465688acbefad52721593a51caa21c40 (patch) | |
tree | 0a34fd9cd829afaffc44258a7991ff3a60e762b5 /client/src/app | |
parent | 71489890a8ed7151b4ecaeed9439dd1cf12c1192 (diff) | |
download | PeerTube-187b2e23465688acbefad52721593a51caa21c40.tar.gz PeerTube-187b2e23465688acbefad52721593a51caa21c40.tar.zst PeerTube-187b2e23465688acbefad52721593a51caa21c40.zip |
Fix upload page
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts index 96061a300..d1bbbafe9 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts +++ b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts | |||
@@ -4,6 +4,7 @@ import { NgModule } from '@angular/core' | |||
4 | import { SharedFormModule } from '@app/shared/shared-forms' | 4 | import { SharedFormModule } from '@app/shared/shared-forms' |
5 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' | 5 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' |
6 | import { SharedMainModule } from '@app/shared/shared-main' | 6 | import { SharedMainModule } from '@app/shared/shared-main' |
7 | import { I18nPrimengCalendarService } from './i18n-primeng-calendar.service' | ||
7 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' | 8 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' |
8 | import { VideoEditComponent } from './video-edit.component' | 9 | import { VideoEditComponent } from './video-edit.component' |
9 | 10 | ||
@@ -33,6 +34,8 @@ import { VideoEditComponent } from './video-edit.component' | |||
33 | VideoEditComponent | 34 | VideoEditComponent |
34 | ], | 35 | ], |
35 | 36 | ||
36 | providers: [] | 37 | providers: [ |
38 | I18nPrimengCalendarService | ||
39 | ] | ||
37 | }) | 40 | }) |
38 | export class VideoEditModule { } | 41 | export class VideoEditModule { } |