From 29dc017cd528ddd06eb43c68f85c63cd235f1abd Mon Sep 17 00:00:00 2001 From: TomoBossi Date: Sat, 27 Jul 2024 12:28:47 -0300 Subject: [PATCH] Minor optimization --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index 5a3e612..b6a3364 100644 --- a/script.js +++ b/script.js @@ -119,7 +119,6 @@ function onPlayerStateChange(event) { if (debug && videoIs("PLAYING")) { // Toggle debug to test all tracks the looooong way playNext(1, false); } - updateCurrentTrackDuration(); prevState = player.getPlayerState(); }