aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos.component.ts')
-rw-r--r--client/src/app/videos/videos.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/videos.component.ts b/client/src/app/videos/videos.component.ts
index 26d9d28d4..80ff46a0a 100644
--- a/client/src/app/videos/videos.component.ts
+++ b/client/src/app/videos/videos.component.ts
@@ -6,7 +6,7 @@ import { VideoService } from './shared'
6 template: '<router-outlet></router-outlet>' 6 template: '<router-outlet></router-outlet>'
7}) 7})
8export class VideosComponent implements OnInit { 8export class VideosComponent implements OnInit {
9 constructor(private videoService: VideoService) {} 9 constructor (private videoService: VideoService) {}
10 10
11 ngOnInit () { 11 ngOnInit () {
12 this.videoService.loadVideoCategories() 12 this.videoService.loadVideoCategories()