(fix): youtube videos duration (ref #2223). (#2224)

Co-authored-by: Denis Semionov <denis.semionov@prewise.com>
This commit is contained in:
Denis 2021-09-29 14:08:12 +03:00 committed by GitHub
parent e4a18a5c99
commit b4f24f90da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,9 @@ const ui = {
// Reset time display // Reset time display
controls.timeUpdate.call(this); controls.timeUpdate.call(this);
// Reset duration display
controls.durationUpdate.call(this);
// Update the UI // Update the UI
ui.checkPlaying.call(this); ui.checkPlaying.call(this);