diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 7d2451de7..bc86118cc 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -10,8 +10,7 @@ import { | |||
10 | VideoWatchComponent, | 10 | VideoWatchComponent, |
11 | VideoMagnetComponent, | 11 | VideoMagnetComponent, |
12 | VideoReportComponent, | 12 | VideoReportComponent, |
13 | VideoShareComponent, | 13 | VideoShareComponent |
14 | WebTorrentService | ||
15 | } from './video-watch' | 14 | } from './video-watch' |
16 | import { VideoService } from './shared' | 15 | import { VideoService } from './shared' |
17 | import { SharedModule } from '../shared' | 16 | import { SharedModule } from '../shared' |
@@ -47,8 +46,7 @@ import { SharedModule } from '../shared' | |||
47 | ], | 46 | ], |
48 | 47 | ||
49 | providers: [ | 48 | providers: [ |
50 | VideoService, | 49 | VideoService |
51 | WebTorrentService | ||
52 | ] | 50 | ] |
53 | }) | 51 | }) |
54 | export class VideosModule { } | 52 | export class VideosModule { } |