bump preload window wrt opus transcoding
This commit is contained in:
parent
e9ab6aec77
commit
aced110cdf
@ -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]]);
|
||||
|
Loading…
Reference in New Issue
Block a user