Update the previous cover when repeating

This commit is contained in:
Christopher Eby 2010-04-12 19:39:54 -05:00
parent eb74963785
commit 23bda5a16d

View File

@ -494,6 +494,7 @@ public final class PlaybackService extends Service implements Handler.Callback,
mTimelinePos = j;
}
song = getSong(0);
broadcastReplaceSong(-1);
} else {
mTimelinePos += delta;
}