jumping to a song should behave like shiftCurrentSong

This commit is contained in:
Adrian Ulrich 2012-10-01 20:10:17 +02:00
parent 1206e17d62
commit dbdfeebc17

View File

@ -563,6 +563,7 @@ public final class SongTimeline {
*/
public Song setCurrentQueuePosition(int pos) {
mCurrentPos = pos;
mShuffledSongs = null;
return getSong(0);
}