mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
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 a new issue