1
0
Fork 0
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:
Miika Pekkarinen 2005-07-30 17:41:26 +00:00
parent fd7952e413
commit 4633d01eaf

View file

@ -795,7 +795,7 @@ bool audio_load_track(int offset, bool start_play, int peek_offset)
return false; return false;
last_index = playlist_get_display_index() - 1 last_index = playlist_get_display_index() - 1
+ playlist_get_first_index(NULL); + playlist_get_first_index(NULL) + peek_offset;
if (last_index >= playlist_amount()) if (last_index >= playlist_amount())
last_index -= playlist_amount(); last_index -= playlist_amount();