This commit is contained in:
juneix
2026-04-17 12:09:23 +08:00
parent 8039fdaa9b
commit b3459a4d4f
-1
View File
@@ -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';