|
|
@ -105,7 +105,8 @@ public class MusicHandler implements AudioSendHandler, Closeable, Consumer<Track |
|
|
|
} catch (UnsupportedAudioFileException | IOException ex) |
|
|
|
} catch (UnsupportedAudioFileException | IOException ex) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Logger.getLogger(Chords.class.getName()).log(Level.SEVERE, null, ex); |
|
|
|
Logger.getLogger(Chords.class.getName()).log(Level.SEVERE, null, ex); |
|
|
|
skipTrack(); |
|
|
|
currentTrack = null; |
|
|
|
|
|
|
|
requestTrack(); |
|
|
|
} finally |
|
|
|
} finally |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|