Skip to content

Commit 6c73683

Browse files
committed
- GUI: couldn't convert tracks from .cue file
1 parent ea16bea commit 6c73683

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gui/track-convert.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ static int conv_process(void *ctx, phi_track *t)
3030
{
3131
struct conv *c = ctx;
3232

33+
if (t->audio.seek != -1 && !t->audio.seek_req) {
34+
dbglog1(t, "seek: done");
35+
t->audio.seek = ~0ULL; // prev. seek is complete
36+
}
37+
3338
if (t->audio.pos == ~0ULL)
3439
goto end;
3540

0 commit comments

Comments
 (0)