summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 2c9ca10311..57aca136a1 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -236,7 +236,7 @@ void audio_pcmbuf_position_callback(size_t size)
236 236
237 if (time >= othertrack_id3->length) 237 if (time >= othertrack_id3->length)
238 { 238 {
239 if(track_transition){logf("playback: (callback) track transition false");} 239 /* we just played the end of the track, so stop this callback */
240 track_transition = false; 240 track_transition = false;
241 othertrack_id3->elapsed = othertrack_id3->length; 241 othertrack_id3->elapsed = othertrack_id3->length;
242 } 242 }