summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 025e07d8a7..ad60c84d38 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1664,7 +1664,7 @@ static void display_playlist_count(int count, const unsigned char *fmt,
1664{ 1664{
1665 static long talked_tick = 0; 1665 static long talked_tick = 0;
1666 long id = P2ID(fmt); 1666 long id = P2ID(fmt);
1667 if(talk_menus_enabled() && id>=0) 1667 if(global_settings.talk_menu && id>=0)
1668 { 1668 {
1669 if(final || (count && (talked_tick == 0 1669 if(final || (count && (talked_tick == 0
1670 || TIME_AFTER(current_tick, talked_tick+5*HZ)))) 1670 || TIME_AFTER(current_tick, talked_tick+5*HZ))))