X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideos.component.ts;h=585a3ad9aa0b7bc57d7e7262d93519fadd94f303;hb=09edde4084bf2fc8914495ce7c884b3b02c7c8be;hp=26d9d28d403ff6df99eff7fa4228719300921117;hpb=a685e25ca05f08ad1b3f7fbaccc8744727bd8d27;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/videos.component.ts b/client/src/app/videos/videos.component.ts index 26d9d28d4..585a3ad9a 100644 --- a/client/src/app/videos/videos.component.ts +++ b/client/src/app/videos/videos.component.ts @@ -1,16 +1,6 @@ -import { Component, OnInit } from '@angular/core' - -import { VideoService } from './shared' +import { Component } from '@angular/core' @Component({ template: '' }) -export class VideosComponent implements OnInit { - constructor(private videoService: VideoService) {} - - ngOnInit () { - this.videoService.loadVideoCategories() - this.videoService.loadVideoLicences() - this.videoService.loadVideoLanguages() - } -} +export class VideosComponent {}