mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Fix ; () {}
This commit is contained in:
parent
ddd7f3f384
commit
121224b1b0
@ -555,6 +555,6 @@ if (navigator.vendor == "Apple Computer, Inc." && video_data.params.listen) {
|
|||||||
if (player.remainingTime() < player.duration() / 2) {
|
if (player.remainingTime() < player.duration() / 2) {
|
||||||
player.currentTime(player.duration() + 1);
|
player.currentTime(player.duration() + 1);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user