forked from len0rd/rockbox
Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495: audio_set_track_changed_event() skips first track in playlist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13701 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0fc547b57
commit
e596a80e8d
1 changed files with 3 additions and 0 deletions
|
|
@ -3340,6 +3340,9 @@ static void audio_play_start(size_t offset)
|
|||
queue_reply(&audio_queue, 1);
|
||||
|
||||
audio_fill_file_buffer(true, false, offset);
|
||||
|
||||
LOGFQUEUE("audio > audio Q_AUDIO_TRACK_CHANGED");
|
||||
queue_post(&audio_queue, Q_AUDIO_TRACK_CHANGED, 0);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue