Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

plugins: playing time: fix missing voice

appears to be a regression from 5d39d987c0

Change-Id: I7b6907338aa647ba3253d56c304a143ab75d7aa0

+1 -1
+1 -1
apps/plugins/playing_time.c
··· 92 92 const int menu_name_id = menu_items[info_no]; 93 93 94 94 /* header */ 95 - if (!(selected_item % 2)) 95 + if (!say_it && !(selected_item % 2)) 96 96 return rb->str(menu_name_id); 97 97 98 98 /* data */