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 */
|
||||
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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue