aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-16 16:35:32 +0100
committerChocobozzz <me@florianbigard.com>2018-02-16 16:35:32 +0100
commit6de36768980ef6063b8fcd730b59fa685dd2b99c (patch)
treea8e5a87b14013b33bf2d306552a380c407a1551d /client/src/app/shared/shared.module.ts
parentb6a4fd6b099b3363ac59c06cfd81b54e1356d8bc (diff)
downloadPeerTube-6de36768980ef6063b8fcd730b59fa685dd2b99c.tar.gz
PeerTube-6de36768980ef6063b8fcd730b59fa685dd2b99c.tar.zst
PeerTube-6de36768980ef6063b8fcd730b59fa685dd2b99c.zip
Add ability to update thumbnail and preview on client
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 330a0ba84..2a9426479 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -40,10 +40,10 @@ import { VideoService } from './video/video.service'
40 40
41 BsDropdownModule.forRoot(), 41 BsDropdownModule.forRoot(),
42 ModalModule.forRoot(), 42 ModalModule.forRoot(),
43 TabsModule.forRoot(),
43 44
44 PrimeSharedModule, 45 PrimeSharedModule,
45 NgPipesModule, 46 NgPipesModule
46 TabsModule.forRoot()
47 ], 47 ],
48 48
49 declarations: [ 49 declarations: [
@@ -69,6 +69,7 @@ import { VideoService } from './video/video.service'
69 69
70 BsDropdownModule, 70 BsDropdownModule,
71 ModalModule, 71 ModalModule,
72 TabsModule,
72 PrimeSharedModule, 73 PrimeSharedModule,
73 BytesPipe, 74 BytesPipe,
74 KeysPipe, 75 KeysPipe,