From b3459a4d4f3bf0a744e664b093d8dc6d39205cae Mon Sep 17 00:00:00 2001 From: juneix <81808039+juneix@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:09:23 +0800 Subject: [PATCH] v1.1 --- zh/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/zh/index.html b/zh/index.html index f95ec8e..daec2bb 100644 --- a/zh/index.html +++ b/zh/index.html @@ -1546,7 +1546,6 @@ } const ticks = Math.floor(videoEl.currentTime * 10000000); - const totalTicks = Math.floor(videoEl.duration * 10000000) || 0; let endpoint = '/Sessions/Playing'; if (event === 'progress') endpoint = '/Sessions/Playing/Progress';