improve now playing UI speed

This commit is contained in:
Boof2015
2026-07-05 16:33:44 -04:00
parent 3a25966dde
commit 006e55422b
10 changed files with 562 additions and 67 deletions
+1 -1
View File
@@ -603,9 +603,9 @@ export default function NowPlayingScreen() {
<WaveformSeekBar
currentTime={currentTime}
duration={duration}
isPlaying={isPlaying}
height={layout.waveformHeight}
touchPadding={WAVEFORM_TOUCH_PADDING}
trackKey={track.id}
trackPath={track.path}
onSeek={(seconds) => void seekTo(seconds)}
/>