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 7583fdee8..c5c5a8f66 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -74,6 +74,7 @@ export class AppComponent implements OnInit { | |||
74 | this.serverService.loadVideoLanguages() | 74 | this.serverService.loadVideoLanguages() |
75 | this.serverService.loadVideoLicences() | 75 | this.serverService.loadVideoLicences() |
76 | this.serverService.loadVideoPrivacies() | 76 | this.serverService.loadVideoPrivacies() |
77 | this.serverService.loadVideoPlaylistPrivacies() | ||
77 | 78 | ||
78 | // Do not display menu on small screens | 79 | // Do not display menu on small screens |
79 | if (this.screenService.isInSmallView()) { | 80 | if (this.screenService.isInSmallView()) { |