From e3b685b8e36cdaf60d5e0e9417d04a091f3c07bd Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Mon, 13 Mar 2023 16:14:04 +0200 Subject: [PATCH] Update Video.js --- Video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Video.js b/Video.js index 87aa103a..03fc95bf 100644 --- a/Video.js +++ b/Video.js @@ -342,7 +342,7 @@ export default class Video extends Component { mainVer: source.mainVer || 0, patchVer: source.patchVer || 0, requestHeaders: source.headers ? this.stringsOnlyObject(source.headers) : {}, - startTime: source.startTime, + startTime: source.startTime || 0, endTime: source.endTime }, onVideoLoadStart: this._onLoadStart,