diff options
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 2 |
1 files changed, 1 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 50854c592..8cc1e8b58 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -475,7 +475,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
475 | * define 'condition(next)' to return true to wait, false to stop | 475 | * define 'condition(next)' to return true to wait, false to stop |
476 | */ | 476 | */ |
477 | this.player.upnext({ | 477 | this.player.upnext({ |
478 | timeout: 1000000, | 478 | timeout: 10000, // 10s |
479 | headText: this.i18n('Up Next'), | 479 | headText: this.i18n('Up Next'), |
480 | cancelText: this.i18n('Cancel'), | 480 | cancelText: this.i18n('Cancel'), |
481 | getTitle: () => this.nextVideoTitle, | 481 | getTitle: () => this.nextVideoTitle, |