summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/playlist.c b/playlist.c
index 618211b0..25a6208a 100644
--- a/playlist.c
+++ b/playlist.c
@@ -174,10 +174,10 @@ pl_process_cue_track (playItem_t *after, const char *fname, playItem_t **prev, c
// PREGAP command
prevtime = f_index01 - f_pregap;
}
- else if (index00[0] && index01[0]) {
- // pregap in index 00
- prevtime = f_index00;
- }
+// else if (index00[0] && index01[0]) {
+// // pregap in index 00
+// prevtime = f_index00;
+// }
else if (index01[0]) {
// no pregap
prevtime = f_index01;