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) sound_set_pitch(bm.pitch); dsp_set_timestretch(bm.speed); #endif + if (!warn_on_pl_erase()) + return false; return bookmark_play(global_temp_buffer, bm.resume_index, bm.resume_offset, bm.resume_seed, global_filename); }