Fix losing much of video human time when converting a time containing hours

pull/254/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent 101468cbca
commit 481b934eb8

@ -399,7 +399,7 @@ function videoHumanTimeFromVideoPlayerTime(videoPlayerTime) {
}
function videoPlayerTimeFromVideoHumanTime(videoHumanTime) {
let timeParts = videoHumanTime.split(":", 2);
let timeParts = videoHumanTime.split(":", 3);
let hours;
let minutes;
let seconds;

Loading…
Cancel
Save