revert autoplay setting
This causes issues in firefox, but fixed the bugs on Chrome. Instead, we should control it ourselves eventually: https://lbry.tv/jiggytom?src=open
This commit is contained in:
parent
8c5b109e91
commit
70eb909e94
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const SEEK_BACKWARD_KEYCODE = ARROW_LEFT_KEYCODE;
|
||||||
const SEEK_STEP = 10; // time to seek in seconds
|
const SEEK_STEP = 10; // time to seek in seconds
|
||||||
|
|
||||||
const VIDEO_JS_OPTIONS: { poster?: string } = {
|
const VIDEO_JS_OPTIONS: { poster?: string } = {
|
||||||
autoplay: 'any',
|
autoplay: true,
|
||||||
controls: true,
|
controls: true,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
playbackRates: [0.25, 0.5, 0.75, 1, 1.1, 1.25, 1.5, 2],
|
playbackRates: [0.25, 0.5, 0.75, 1, 1.1, 1.25, 1.5, 2],
|
||||||
|
|
Loading…
Add table
Reference in a new issue