X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=2e45e5674218cd8f1590c82c5452d65f66e1bf35;hb=bee29df8a9ba3090be3daa8ff806dd9a26d7a5cf;hp=f083aca4deaa426fc44d4227ca9ac61e17c68c6f;hpb=d816f3a063febac1cad09ab3a32e5f0d29353627;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch.module.ts b/client/src/app/videos/+video-watch/video-watch.module.ts index f083aca4d..2e45e5674 100644 --- a/client/src/app/videos/+video-watch/video-watch.module.ts +++ b/client/src/app/videos/+video-watch/video-watch.module.ts @@ -12,6 +12,7 @@ import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' import { RecommendationsModule } from '@app/videos/recommendations/recommendations.module' import { VideoWatchPlaylistComponent } from '@app/videos/+video-watch/video-watch-playlist.component' import { QRCodeModule } from 'angularx-qrcode' +import { InputSwitchModule } from 'primeng/inputswitch' @NgModule({ imports: [ @@ -19,7 +20,8 @@ import { QRCodeModule } from 'angularx-qrcode' SharedModule, NgbTooltipModule, QRCodeModule, - RecommendationsModule + RecommendationsModule, + InputSwitchModule ], declarations: [