SRGSSR / pillarbox-web

Pillarbox is a versatile media playback ecosystem engineered for the web.
https://srgssr.github.io/pillarbox-web-demo/
MIT License
12 stars 1 forks source link

chore(npm): update to video.js version 8.9.0 #147

Closed amtins closed 8 months ago

amtins commented 8 months ago

Description

This update to video.js introduces a new parameter for enabling smooth seeking via player options.

// Enables the smooth seeking
const player = videojs('player', {enableSmoothSeeking: true});

// Disable the smooth seeking
player.options({enableSmoothSeeking: false});

Changes made

github-actions[bot] commented 8 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 98.37% 482/490
🟒 Branches 93.44% 228/244
🟒 Functions 100% 136/136
🟒 Lines 99.15% 466/470

Test suite run success

146 tests passing in 9 suites.

Report generated by πŸ§ͺjest coverage report action from bb7ae68ba5e4d28dd83ab360ce03612a00aac072