summaryrefslogtreecommitdiff
path: root/library.c
diff options
context:
space:
mode:
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;
}