We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3898e5 commit d7977deCopy full SHA for d7977de
chrome/player/FastStreamClient.mjs
@@ -1453,7 +1453,7 @@ export class FastStreamClient extends EventEmitter {
1453
1454
1455
this.context.on(DefaultPlayerEvents.WAITING, (event) => {
1456
- if (this.options.autoplayNext && this.duration - this.currentTime < 1) {
+ if (this.options.autoplayNext && this.duration > 5&&this.duration - this.currentTime < 1) {
1457
this.nextVideo();
1458
return;
1459
}
0 commit comments