summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/status.c b/apps/status.c
index ac11c17e1b..535337e8c1 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -260,6 +260,7 @@ void status_draw(bool force_redraw)
260 break; 260 break;
261 261
262 case REPEAT_ALL: 262 case REPEAT_ALL:
263 case REPEAT_SHUFFLE:
263 statusbar_icon_play_mode(Icon_Repeat); 264 statusbar_icon_play_mode(Icon_Repeat);
264 break; 265 break;
265 } 266 }