aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--src/playlist/cue/CueParser.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acff1a48f..b6a64d4c3 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ ver 0.20 (not yet released)
- ffmpeg: support stream tags
- mpcdec: read the bit rate
* playlist
+ - cue: don't skip pregap
- embcue: fix last track
* output
- jack: reduce CPU usage
diff --git a/src/playlist/cue/CueParser.cxx b/src/playlist/cue/CueParser.cxx
index 80bf79bf6..e0c84a01e 100644
--- a/src/playlist/cue/CueParser.cxx
+++ b/src/playlist/cue/CueParser.cxx
@@ -273,6 +273,7 @@ CueParser::Feed2(char *p)
}
current->SetStartTime(SongTime::FromMS(position_ms));
+ state = IGNORE_TRACK;
}
}