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 6f412d81b1..f0445c3901 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -119,6 +119,7 @@ void status_draw(bool force_redraw)
119 info.shuffle = global_settings.playlist_shuffle; 119 info.shuffle = global_settings.playlist_shuffle;
120 info.keylock = keys_locked; 120 info.keylock = keys_locked;
121 info.repeat = global_settings.repeat_mode; 121 info.repeat = global_settings.repeat_mode;
122 info.playmode = current_mode;
122 123
123 /* only redraw if forced to, or info has changed */ 124 /* only redraw if forced to, or info has changed */
124 if (force_redraw || 125 if (force_redraw ||