diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c index a369d15715..3ff8d17214 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -2179,11 +2179,13 @@ static void audio_on_codec_complete(int status) codec_skip_pending = false; +#ifdef AB_REPEAT_ENABLE if (status >= 0) { /* Normal automatic skip */ ab_end_of_track_report(); } +#endif int trackstat = LOAD_TRACK_OK; |