Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-07-06 20:49:40 +00:00
parent 2f1da8d24a
commit cbed7a2cd2

View file

@ -603,7 +603,7 @@ struct mp3entry* audio_current_track(void)
memset(&temp_id3, 0, sizeof(struct mp3entry));
filename = playlist_peek(offset);
filename = playlist_peek(0);
if (!filename)
filename = "No file!";