Skip to content

Commit 360ff8a

Browse files
authored
chore: continue if track was not found
1 parent d5e1a72 commit 360ff8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/src/main/java/com/github/topi314/lavasrc/mirror/DefaultMirroringAudioTrackResolver.java

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public AudioItem apply(MirroringAudioTrack mirroringAudioTrack) {
5555
}
5656
catch (Exception e) {
5757
log.error("Failed to load track from provider \"{}\"!", provider, e);
58+
continue;
5859
}
5960
if (track != AudioReference.NO_TRACK) {
6061
break;

0 commit comments

Comments
 (0)