Fix ; () {}

This commit is contained in:
138138138 2021-02-10 01:05:29 +08:00 committed by GitHub
parent ddd7f3f384
commit 121224b1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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);
}
})
}
});
});
});
}