Fix ; () {}

This commit is contained in:
138138138
2021-02-10 01:05:29 +08:00
committed by GitHub
parent ddd7f3f384
commit 121224b1b0

View File

@ -555,6 +555,6 @@ if (navigator.vendor == "Apple Computer, Inc." && video_data.params.listen) {
if (player.remainingTime() < player.duration() / 2) {
player.currentTime(player.duration() + 1);
}
})
}
});
});
});
}