mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2025-08-11 07:50:28 -04:00
Merge branch 'master' of https://github.com/chrisboustead/videojs-vtt-thumbnails
This commit is contained in:
commit
bf37be4961
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class vttThumbnailsPlugin {
|
||||||
return parseInt((timestampParts.hours * (60 * 60)) +
|
return parseInt((timestampParts.hours * (60 * 60)) +
|
||||||
(timestampParts.minutes * 60) +
|
(timestampParts.minutes * 60) +
|
||||||
timestampParts.seconds +
|
timestampParts.seconds +
|
||||||
(timestampParts.milliseconds * 1000))
|
(timestampParts.milliseconds / 1000))
|
||||||
}
|
}
|
||||||
|
|
||||||
trim (str, charlist) {
|
trim (str, charlist) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue