X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=play.c;h=18bfab98ca60a5e3982b6356c76fccc9650a20d8;hb=985ba0546ab18eadf73d0a2686029a3ac876c846;hp=01125ab647f73482bb248ecdbaac2b8b2ad13021;hpb=e66a7267ca6cc374496dda803c6f9fdb631e99c0;p=paraslash.git diff --git a/play.c b/play.c index 01125ab6..18bfab98 100644 --- a/play.c +++ b/play.c @@ -860,6 +860,7 @@ static int com_prev(struct play_task *pt, int argc, __a_unused char **argv) kill_stream(pt); pt->next_file = ret; pt->rq = CRT_FILE_CHANGE; + pt->start_chunk = 0; return 0; } @@ -875,6 +876,7 @@ static int com_next(struct play_task *pt, int argc, __a_unused char **argv) kill_stream(pt); pt->next_file = ret; pt->rq = CRT_FILE_CHANGE; + pt->start_chunk = 0; return 0; }