X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-update.module.ts;h=4f5d72cecce7fb39ee9828fda6aa84e7a6199c36;hb=308c427551c3e20cd9172be58636d8c178f5ae70;hp=3b45c72a53a925cc6510d65eb280d46690b559dc;hpb=80958c78fdc733c02077a9d2200be0c3f5ee623e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/video-update.module.ts b/client/src/app/videos/+video-edit/video-update.module.ts index 3b45c72a5..4f5d72cec 100644 --- a/client/src/app/videos/+video-edit/video-update.module.ts +++ b/client/src/app/videos/+video-edit/video-update.module.ts @@ -3,6 +3,7 @@ import { SharedModule } from '../../shared' import { VideoEditModule } from './shared/video-edit.module' import { VideoUpdateRoutingModule } from './video-update-routing.module' import { VideoUpdateComponent } from './video-update.component' +import { VideoUpdateResolver } from '@app/videos/+video-edit/video-update.resolver' @NgModule({ imports: [ @@ -19,6 +20,8 @@ import { VideoUpdateComponent } from './video-update.component' VideoUpdateComponent ], - providers: [ ] + providers: [ + VideoUpdateResolver + ] }) export class VideoUpdateModule { }