forked from len0rd/rockbox
Resetting the pause indicator when seeking songs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7109 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d9f67d37c
commit
2f6781d616
1 changed files with 1 additions and 0 deletions
|
@ -1678,6 +1678,7 @@ void audio_ff_rewind(int newpos)
|
|||
if (playing) {
|
||||
ci.seek_time = newpos+1;
|
||||
pcm_play_stop();
|
||||
paused = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue