X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=play.c;h=90207520f5dc1eb21c38c706cf0bd8384de83e69;hb=5694a4de6a378a882c14e176bfaec1d325ebe130;hp=5e8c1cfcf2ab346abea56ae0c009b73a727232b3;hpb=fc16e6c98742b4ebe6d3130f0f56ac143806c084;p=paraslash.git diff --git a/play.c b/play.c index 5e8c1cfc..90207520 100644 --- a/play.c +++ b/play.c @@ -872,6 +872,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; } @@ -887,6 +888,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; }