This commit is contained in:
Chris Boustead 2018-01-19 13:29:42 -05:00
commit bf37be4961

View File

@ -337,7 +337,7 @@ class vttThumbnailsPlugin {
return parseInt((timestampParts.hours * (60 * 60)) +
(timestampParts.minutes * 60) +
timestampParts.seconds +
(timestampParts.milliseconds * 1000))
(timestampParts.milliseconds / 1000))
}
trim (str, charlist) {