jumping to a song should behave like shiftCurrentSong
This commit is contained in:
parent
1206e17d62
commit
dbdfeebc17
@ -563,6 +563,7 @@ public final class SongTimeline {
|
||||
*/
|
||||
public Song setCurrentQueuePosition(int pos) {
|
||||
mCurrentPos = pos;
|
||||
mShuffledSongs = null;
|
||||
return getSong(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user