summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index fa1bd4751d..b2c2713716 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -1014,9 +1014,8 @@ bool bookmark_exist(void)
1014static bool system_check(void) 1014static bool system_check(void)
1015{ 1015{
1016 int resume_index = 0; 1016 int resume_index = 0;
1017 struct mp3entry *id3 = audio_current_track();
1018 1017
1019 if (!id3) 1018 if (!(audio_status() && audio_current_track()))
1020 { 1019 {
1021 /* no track playing */ 1020 /* no track playing */
1022 return false; 1021 return false;