bump preload window wrt opus transcoding

This commit is contained in:
ed 2021-11-06 01:02:22 +01:00
parent e9ab6aec77
commit aced110cdf

View file

@ -1067,7 +1067,7 @@ var mpui = (function () {
var pos = mp.au.currentTime,
len = mp.au.duration;
if (pos > 0 && pos > len - 10) {
if (pos > 0 && pos > len - 20) {
preloaded = mp.au.src;
try {
mp.preload(mp.tracks[mp.order[mp.order.indexOf(mp.au.tid) + 1]]);