]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.c
para_play: Avoid invalid time display on pause.
[paraslash.git] / play.c
diff --git a/play.c b/play.c
index 14fac42fd7b6e92566815d4c56b1f4b6b23c88e2..ba9fff70190c7e150b136e15eb5375015897b2d0 100644 (file)
--- a/play.c
+++ b/play.c
@@ -854,6 +854,7 @@ static int com_pause(__a_unused struct lls_parse_result *lpr)
        ss = PARA_MAX(ss, 0UL);
        ss = PARA_MIN(ss, pt->num_chunks);
        pt->start_chunk = ss;
+       pt->rq = CRT_REPOS;
        kill_stream();
        return 0;
 }