diff options
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 c7310690f..4e33fae52 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -39,6 +39,7 @@ export class AppComponent implements OnInit { | |||
39 | } | 39 | } |
40 | 40 | ||
41 | this.videoService.loadVideoCategories(); | 41 | this.videoService.loadVideoCategories(); |
42 | this.videoService.loadVideoLicences(); | ||
42 | } | 43 | } |
43 | 44 | ||
44 | isInAdmin() { | 45 | isInAdmin() { |