Somme logs bug

This commit is contained in:
Sebastien 2018-03-05 12:17:02 +01:00
parent 65297f26f4
commit c322154174

View File

@ -90,7 +90,6 @@ public class TrackScheduler extends AudioEventAdapter {
needAutoPlay();
}
public void pause() {
player.setPaused(true);
}
@ -100,7 +99,6 @@ public class TrackScheduler extends AudioEventAdapter {
}
public void stop(){
player.stopTrack();
this.currentPlayingTrack = null;