remove debug test line
This commit is contained in:
parent
afa77dad88
commit
0cef301687
@ -114,7 +114,6 @@ players.forEach(player => {
|
|||||||
const portion = audio.duration ? audio.currentTime / audio.duration : 0;
|
const portion = audio.duration ? audio.currentTime / audio.duration : 0;
|
||||||
update_play_position(played, unplayed, portion);
|
update_play_position(played, unplayed, portion);
|
||||||
});
|
});
|
||||||
update_play_position(played, unplayed, 0.03);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function update_play_position(played_element, unplayed_element, portion) {
|
function update_play_position(played_element, unplayed_element, portion) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user