talk: Voice discnum/tracknum as a generic number, not "year".
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit d1fa956079b9279b5ae660ab49e6220a2afe7097 Author: Solomon Peachy <[email protected]> Date: Tue Feb 24 07:57:51 2026 -0500 talk: Voice discnum/tracknum as a generic number, not "year". Only applies to "string" values, numeric values were already voiced correctly. Change-Id: If66991ced6e04834a8b210cbbf45cbf3741da06e diff --git a/apps/screens.c b/apps/screens.c index 5e19db7edd..1dd2e396f3 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -554,7 +554,7 @@ static const char * id3_get_or_speak_info(int selected_item, void* data, { val = id3->disc_string; if(say_it) - say_number_and_spell(val, true); + say_number_and_spell(val, false); } else if (id3->discnum) { @@ -569,7 +569,7 @@ static const char * id3_get_or_speak_info(int selected_item, void* data, { val = id3->track_string; if(say_it) - say_number_and_spell(val, true); + say_number_and_spell(val, false); } else if (id3->tracknum >= 0) { -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs