Revert "[Bugfix] FS#13943 - Single mode tracks shorter than one second do not play"
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Thu, 2 Jul 2026 01:56:47 -0400
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit ddc31e8ddc234719cfe31edf49d0b70644f020b1 Author: William Wilgus <[email protected]> Date: Thu Jul 2 01:56:35 2026 -0400 Revert "[Bugfix] FS#13943 - Single mode tracks shorter than one second do not play" This reverts commit f4e9ba7f171cdd4e5a160d06e468106667d3e425. Reason for revert: Wasn't the issue?? Change-Id: Ib25ec4b7f90d2ddb0b8a414e18469a9bf5c88140 diff --git a/apps/playback.c b/apps/playback.c index e058a8cb84..719802e030 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -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)); -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs