forked from len0rd/rockbox
Now removing right tracks from playlist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7263 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd7952e413
commit
4633d01eaf
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ bool audio_load_track(int offset, bool start_play, int peek_offset)
|
|||
return false;
|
||||
|
||||
last_index = playlist_get_display_index() - 1
|
||||
+ playlist_get_first_index(NULL);
|
||||
+ playlist_get_first_index(NULL) + peek_offset;
|
||||
if (last_index >= playlist_amount())
|
||||
last_index -= playlist_amount();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue