diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts index 5fba1b12d..0909b13f5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -407,7 +407,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
407 | peertubeLink: false, | 407 | peertubeLink: false, |
408 | poster: this.video.previewUrl, | 408 | poster: this.video.previewUrl, |
409 | startTime, | 409 | startTime, |
410 | theaterMode: true | 410 | theaterMode: true, |
411 | language: this.localeId | ||
411 | }) | 412 | }) |
412 | 413 | ||
413 | if (this.videojsLocaleLoaded === false) { | 414 | if (this.videojsLocaleLoaded === false) { |