mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Always update resume info on track change. Fixes resume for codecs that don't update offset (eg. ogg).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6923 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
de3b04ee28
commit
db7209616b
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ static bool update(void)
|
||||||
|
|
||||||
/* save resume data */
|
/* save resume data */
|
||||||
if ( id3 &&
|
if ( id3 &&
|
||||||
global_settings.resume_offset != id3->offset ) {
|
(global_settings.resume_offset != id3->offset || track_changed)) {
|
||||||
|
|
||||||
if (!playlist_get_resume_info(&global_settings.resume_index))
|
if (!playlist_get_resume_info(&global_settings.resume_index))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue