aboutsummaryrefslogtreecommitdiff
path: root/src/api/utils/videoPreview/FragmentPreview.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/utils/videoPreview/FragmentPreview.js')
-rw-r--r--src/api/utils/videoPreview/FragmentPreview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/utils/videoPreview/FragmentPreview.js b/src/api/utils/videoPreview/FragmentPreview.js
index bf623c1..4f681fa 100644
--- a/src/api/utils/videoPreview/FragmentPreview.js
+++ b/src/api/utils/videoPreview/FragmentPreview.js
@@ -38,7 +38,7 @@ module.exports = async (opts) => {
fragmentDurationSecond = 3,
ignoreBeforePercent = 0.25,
- ignoreAfterPercent = 0.75,
+ ignoreAfterPercent = 0.75
} = opts;
const info = await probe(input);