]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/videos.component.ts
HLS is only supported by ffmpeg 4
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.component.ts
index 80ff46a0a18c4128c405d1fe95e1088ab047f51c..585a3ad9aa0b7bc57d7e7262d93519fadd94f303 100644 (file)
@@ -1,16 +1,6 @@
-import { Component, OnInit } from '@angular/core'
-
-import { VideoService } from './shared'
+import { Component } from '@angular/core'
 
 @Component({
   template: '<router-outlet></router-outlet>'
 })
-export class VideosComponent implements OnInit {
-  constructor (private videoService: VideoService) {}
-
-  ngOnInit () {
-    this.videoService.loadVideoCategories()
-    this.videoService.loadVideoLicences()
-    this.videoService.loadVideoLanguages()
-  }
-}
+export class VideosComponent {}