diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 1 |
1 files changed, 1 insertions, 0 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 61b440859..5fa31ec63 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts | |||
@@ -602,6 +602,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
602 | 602 | ||
603 | startTime, | 603 | startTime, |
604 | stopTime: urlOptions.stopTime, | 604 | stopTime: urlOptions.stopTime, |
605 | controlBar: urlOptions.controlBar, | ||
605 | controls: urlOptions.controls, | 606 | controls: urlOptions.controls, |
606 | muted: urlOptions.muted, | 607 | muted: urlOptions.muted, |
607 | loop: urlOptions.loop, | 608 | loop: urlOptions.loop, |