There was an error while loading. Please reload this page.
1 parent b67fe27 commit b5e6bdcCopy full SHA for b5e6bdc
1 file changed
src/js/player.js
@@ -2292,8 +2292,8 @@ class Player extends Component {
2292
this.removeClass('vjs-live');
2293
}
2294
if (!isNaN(seconds)) {
2295
- // Do not fire durationchange unless the duration value is known.
2296
- // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
+ // Do not fire durationchange unless the duration value is known.
+ // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
2297
2298
/**
2299
* @event Player#durationchange
0 commit comments