mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
plugins: playing time: OBOE
Change-Id: I1c6b73e06ac615db6e764aa54f042ec4e2dee3a2
This commit is contained in:
parent
ac46684d7f
commit
8c1c8597ac
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ static int pt_add_track(int i, enum ePT_SUM section, struct playing_time_info *p
|
|||
struct playlist_track_info pl_track;
|
||||
static unsigned long talked_tick;
|
||||
int progress_total = pti->remaining_only ?
|
||||
pti->nb_tracks - pti->curr_display_index :
|
||||
(pti->nb_tracks - pti->curr_display_index) + 1 :
|
||||
pti->nb_tracks;
|
||||
|
||||
rb->splash_progress(pti->counted, progress_total, "%s (%s)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue