diff options
Diffstat (limited to 'client/src/app/shared/shared-main/shared-main.module.ts')
-rw-r--r-- | client/src/app/shared/shared-main/shared-main.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index 243394bda..30c6cabf5 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts | |||
@@ -49,6 +49,7 @@ import { UserHistoryService, UserNotificationsComponent, UserNotificationService | |||
49 | import { | 49 | import { |
50 | EmbedComponent, | 50 | EmbedComponent, |
51 | RedundancyService, | 51 | RedundancyService, |
52 | VideoChapterService, | ||
52 | VideoFileTokenService, | 53 | VideoFileTokenService, |
53 | VideoImportService, | 54 | VideoImportService, |
54 | VideoOwnershipService, | 55 | VideoOwnershipService, |
@@ -215,6 +216,8 @@ import { VideoChannelService } from './video-channel' | |||
215 | 216 | ||
216 | VideoPasswordService, | 217 | VideoPasswordService, |
217 | 218 | ||
219 | VideoChapterService, | ||
220 | |||
218 | CustomPageService, | 221 | CustomPageService, |
219 | 222 | ||
220 | ActorRedirectGuard | 223 | ActorRedirectGuard |