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