mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
[Bugfix] FS#13943 - Single mode tracks shorter than one second do not play
Change-Id: I8eceb8179231fc7d4c6b8d9c08844a67240c926f
This commit is contained in:
parent
acff6143c4
commit
f4e9ba7f17
1 changed files with 1 additions and 1 deletions
|
|
@ -2680,7 +2680,7 @@ static bool single_mode_do_pause(int id3_hid)
|
|||
((skip_pending == TRACK_SKIP_AUTO) || (skip_pending == TRACK_SKIP_AUTO_NEW_PLAYLIST))) {
|
||||
|
||||
if (global_settings.single_mode == SINGLE_MODE_TRACK)
|
||||
return true;
|
||||
return (skip_pending != TRACK_SKIP_AUTO_NEW_PLAYLIST); /*FS#13943*/
|
||||
|
||||
char *previous_tag = single_mode_get_id3_tag(id3_get(PLAYING_ID3));
|
||||
char *new_tag = single_mode_get_id3_tag(bufgetid3(id3_hid));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue