Somme logs bug
This commit is contained in:
parent
65297f26f4
commit
c322154174
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user