diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:40:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:49:32 +0200 |
commit | ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91 (patch) | |
tree | 93d600ac6c05d5c83a55d42939f4074572084d6e /client/src/app/videos | |
parent | a685e25ca05f08ad1b3f7fbaccc8744727bd8d27 (diff) | |
download | PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.tar.gz PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.tar.zst PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/videos.component.ts | 2 |
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 | }) |
8 | export class VideosComponent implements OnInit { | 8 | export 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() |