diff options
Diffstat (limited to 'apps/codec_thread.c')
| -rw-r--r-- | apps/codec_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c index acb0a5d..13b203e 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -448,7 +448,7 @@ static bool codec_load_next_track(void) { case Q_CODEC_REQUEST_COMPLETE: LOGFQUEUE("codec |< Q_CODEC_REQUEST_COMPLETE"); - pcmbuf_start_track_change(!automatic_skip); + pcmbuf_start_track_change(automatic_skip); return true; case Q_CODEC_REQUEST_FAILED: |