diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c index f698bed024..865d0d724f 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3687,6 +3687,12 @@ void audio_resume(void) audio_queue_send(Q_AUDIO_PAUSE, false); } +/* Internal function used by REPEAT_ONE */ +bool audio_pending_track_skip_is_auto(void) +{ + return (skip_pending == TRACK_SKIP_AUTO); +} + /* Skip the specified number of tracks forward or backward from the current */ void audio_skip(int offset) { |