Fix upload page
[oweals/peertube.git] / client / src / app / +videos / +video-edit / shared / video-edit.module.ts
index 96061a300be8a9e996a925182bab970dbcbdedee..d1bbbafe9d42f09eaa20b1aadd9976320fbc08c9 100644 (file)
@@ -4,6 +4,7 @@ import { NgModule } from '@angular/core'
 import { SharedFormModule } from '@app/shared/shared-forms'
 import { SharedGlobalIconModule } from '@app/shared/shared-icons'
 import { SharedMainModule } from '@app/shared/shared-main'
+import { I18nPrimengCalendarService } from './i18n-primeng-calendar.service'
 import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component'
 import { VideoEditComponent } from './video-edit.component'
 
@@ -33,6 +34,8 @@ import { VideoEditComponent } from './video-edit.component'
     VideoEditComponent
   ],
 
-  providers: []
+  providers: [
+    I18nPrimengCalendarService
+  ]
 })
 export class VideoEditModule { }