Skip to content

Commit

Permalink
chore: continue if track was not found
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jul 25, 2024
1 parent d5e1a72 commit 360ff8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public AudioItem apply(MirroringAudioTrack mirroringAudioTrack) {
}
catch (Exception e) {
log.error("Failed to load track from provider \"{}\"!", provider, e);
continue;
}
if (track != AudioReference.NO_TRACK) {
break;
Expand Down

0 comments on commit 360ff8a

Please sign in to comment.