summaryrefslogtreecommitdiff
path: root/library.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-04 21:52:57 +1000
committerquou <quou@disroot.org>2024-06-04 21:52:57 +1000
commit008b4c7b1f589780be0e2624337484c085cacbe0 (patch)
treec3d25da78e3943abe43f49ddd638c5127e532225 /library.c
parent557e07876de0086b70e301b104547bf35ec57959 (diff)
Speed up animation of the seek bar.
Diffstat (limited to 'library.c')
-rw-r--r--library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.c b/library.c
index 1ff2510..350789a 100644
--- a/library.c
+++ b/library.c
@@ -219,6 +219,7 @@ int sound_mix(
);
if (!r) p->play = 0;
p->cs += r;
+ ui_update_seek(p);
return r * p->channels * 4;
}