Unused
This commit is contained in:
parent
0940478cd7
commit
cab29c3340
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