mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-27 00:35:20 -04:00
Fix ; () {}
This commit is contained in:
parent
ddd7f3f384
commit
121224b1b0
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue