Hotfix: Redis cache clearing, seek drag lag, session persistence (v1.3.4)

This commit is contained in:
Your Name
2026-01-09 20:30:55 -06:00
parent bddea9ef36
commit 74d71da230
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -247,7 +247,8 @@ export function SeekSlider({
>
<div
className={cn(
"h-full rounded-full relative transition-all duration-150",
"h-full rounded-full relative",
!isDragging && "transition-all duration-150",
styles.progress
)}
style={{ width: `${displayProgress}%` }}