BLAHAHAHAHA

This commit is contained in:
nutty
2026-08-16 17:22:48 +10:00
parent abff66d3e2
commit f90a39a89d
-6
View File
@@ -108,12 +108,6 @@ function SetProgressInfo(timelineProps, currentPositionMs, accentColorPalette) {
// If the duration is 0, that means the session isn't returning any timeline info, so just put the progress at 100% // If the duration is 0, that means the session isn't returning any timeline info, so just put the progress at 100%
if (durationMs <= 0 || !showProgressBar) if (durationMs <= 0 || !showProgressBar)
// {
// progressBarTrack.style.display = 'none';
// return;
// }
// else
// progressBarTrack.style.display = '';
progressPercent = 100; progressPercent = 100;
// Calculate how much needs to be hidden (the right-side offset) // Calculate how much needs to be hidden (the right-side offset)