diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 14:57:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 14:57:05 +0200 |
commit | db216afd980846c418a4ebab8190c3ead561dfc1 (patch) | |
tree | 4542ab1e5c9b4d750f5877e22b1de627892564d2 /client/src/app/app.component.ts | |
parent | 3092476e64d09b449b4ad4f5198024afec1b22ca (diff) | |
download | PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.tar.gz PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.tar.zst PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.zip |
Client: support video language
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 3c06b320e..c29790d96 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -42,6 +42,7 @@ export class AppComponent implements OnInit { | |||
42 | this.configService.loadConfig(); | 42 | this.configService.loadConfig(); |
43 | this.videoService.loadVideoCategories(); | 43 | this.videoService.loadVideoCategories(); |
44 | this.videoService.loadVideoLicences(); | 44 | this.videoService.loadVideoLicences(); |
45 | this.videoService.loadVideoLanguages(); | ||
45 | } | 46 | } |
46 | 47 | ||
47 | isInAdmin() { | 48 | isInAdmin() { |