summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 2ffdf68023..db24e534c1 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -733,7 +733,7 @@ bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_a
733 } 733 }
734 } 734 }
735 735
736 pop_current_activity(ACTIVITY_REFRESH_NOW); 736 pop_current_activity();
737 return ret; 737 return ret;
738} 738}
739 739