v1.1.0 #378
1 changed files with 0 additions and 4 deletions
|
|
@ -98,8 +98,4 @@ public class TrackManager extends AudioEventAdapter {
|
||||||
{
|
{
|
||||||
this.loop = repeating;
|
this.loop = repeating;
|
||||||
}
|
}
|
||||||
|
|
||||||
public AudioInfo getTrackInfo(AudioTrack track) {
|
|
||||||
return queue.stream().filter(audioInfo -> audioInfo.getTrack().equals(track)).findFirst().orElse(null);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue