restart the song in a nicer way

This commit is contained in:
tibbi 2016-01-21 23:09:50 +01:00
parent 60a013009e
commit 745dc3cb94

View file

@ -179,8 +179,7 @@ public class MusicService extends Service
}
private void restartSong() {
stopSong();
resumeSong();
player.seekTo(0);
}
public void setSong(int songId, boolean addNewSong) {