X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideos.component.ts;h=585a3ad9aa0b7bc57d7e7262d93519fadd94f303;hb=3866f1a02f73665541468fbadcc3cd2cc459aef2;hp=80ff46a0a18c4128c405d1fe95e1088ab047f51c;hpb=ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/videos.component.ts b/client/src/app/videos/videos.component.ts index 80ff46a0a..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 {}