mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
Revert "[Bugfix] FS#13943 - Single mode tracks shorter than one second do not play"
This reverts commit f4e9ba7f17.
Reason for revert: Wasn't the issue??
Change-Id: Ib25ec4b7f90d2ddb0b8a414e18469a9bf5c88140
This commit is contained in:
parent
1ded71b751
commit
ddc31e8ddc
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 (skip_pending != TRACK_SKIP_AUTO_NEW_PLAYLIST); /*FS#13943*/
|
||||
return true;
|
||||
|
||||
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