diff options
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index efc43c6270..8de06999f4 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c | |||
@@ -927,6 +927,8 @@ static bool play_bookmark(const char* bookmark) | |||
927 | sound_set_pitch(bm.pitch); | 927 | sound_set_pitch(bm.pitch); |
928 | dsp_set_timestretch(bm.speed); | 928 | dsp_set_timestretch(bm.speed); |
929 | #endif | 929 | #endif |
930 | if (!warn_on_pl_erase()) | ||
931 | return false; | ||
930 | return bookmark_play(global_temp_buffer, bm.resume_index, | 932 | return bookmark_play(global_temp_buffer, bm.resume_index, |
931 | bm.resume_offset, bm.resume_seed, global_filename); | 933 | bm.resume_offset, bm.resume_seed, global_filename); |
932 | } | 934 | } |