fix UI weirdness when waveform image is being updated

This commit is contained in:
Drew Weymouth
2025-08-01 12:50:01 -07:00
parent 5209c08444
commit b9df60bdcd
2 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ func (p *playbackEngine) PlaybackStatus() PlaybackStatus {
return PlaybackStatus{
State: stat.State,
TimePos: stat.TimePos,
Duration: stat.Duration,
Duration: p.curTrackDuration,
}
}